Create backend/regex authored by muellek95's avatar muellek95
## 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