Changes
Page history
Update regex
authored
Mar 16, 2020
by
muellek95
Show whitespace changes
Inline
Side-by-side
backend/regex.md
View page @
a0892560
...
@@ -5,3 +5,4 @@
...
@@ -5,3 +5,4 @@
*
``|``
is OR
*
``|``
is OR
*
``?``
used for not greedy expression
*
``?``
used for not greedy expression
*
``(.*?)``
any characters in expression
*
``(.*?)``
any characters in expression
*
``[\\u10000-\\uEFFFF]``
find all UTF-16 character encodings (includes a-z, the Chinese and Greek alphabet etc.)
\ No newline at end of file