ITALIC_PATTERN top-level property

RegExp ITALIC_PATTERN
final

Implementation

final RegExp ITALIC_PATTERN = RegExp(r'^(\*(?<italic>[^*]+)\*)$');