?matches at most one character from the set below:
-the literal - (4510 / 558 / 2D16)
+the literal + (4310 / 538 / 2B16)
the literal (3210 / 408 / 2016)
?matches at most one character from the set below:
1the literal 1 (4910 / 618 / 3116)
7the literal 7 (5510 / 678 / 3716)
8the literal 8 (5610 / 708 / 3816)
Character Class[а-яa-z ]* *matches any number of characters from the set below:
а-яone character from а (107210) to я (110310) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
the literal (3210 / 408 / 2016)
\da Unicode decimal digit
Character Class[а-яa-z ]* *matches any number of characters from the set below:
а-яone character from а (107210) to я (110310) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
the literal (3210 / 408 / 2016)
\da Unicode decimal digit
Character Class[а-яa-z ]* *matches any number of characters from the set below:
а-яone character from а (107210) to я (110310) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
the literal (3210 / 408 / 2016)
\da Unicode decimal digit
Character Class[а-яa-z ]* *matches any number of characters from the set below:
а-яone character from а (107210) to я (110310) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
the literal (3210 / 408 / 2016)
\da Unicode decimal digit
Character Class[а-яa-z ]* *matches any number of characters from the set below:
а-яone character from а (107210) to я (110310) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
the literal (3210 / 408 / 2016)
\da Unicode decimal digit
Character Class[а-яa-z ]* *matches any number of characters from the set below:
а-яone character from а (107210) to я (110310) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
the literal (3210 / 408 / 2016)
\da Unicode decimal digit
Character Class[а-яa-z ]* *matches any number of characters from the set below:
а-яone character from а (107210) to я (110310) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
the literal (3210 / 408 / 2016)
\da Unicode decimal digit
*matches any number of characters from the set below:
а-яone character from а (107210) to я (110310) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
\da Unicode decimal digit
Character Class[а-яa-z ]* *matches any number of characters from the set below:
а-яone character from а (107210) to я (110310) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
the literal (3210 / 408 / 2016)
\da Unicode decimal digit
Character Class[а-яa-z ]* *matches any number of characters from the set below:
а-яone character from а (107210) to я (110310) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
the literal (3210 / 408 / 2016)
\da Unicode decimal digit
.any Unicode character (except for line terminators)
$end of line
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string