Changes
Page history
Create backend/regex
authored
Mar 03, 2020
by
muellek95
Show whitespace changes
Inline
Side-by-side
backend/regex.md
0 → 100644
View page @
3c9e55d6
## different used regex-expressions to find html tags in a text
*
separate pro-, pri- and post- expression parts in
``()``
*
``?<= ``
the beginning of the search
*
``?=``
the end of the search
*
``|``
is OR
*
``?``
used for not greedy expression
*
``(.*?)``
any characters in expression
\ No newline at end of file