Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
enzevalos_iphone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
enzevalos
enzevalos_iphone
Wiki
Backend
regex
Changes
Page history
New page
Templates
Clone repository
Create backend/regex
authored
5 years ago
by
muellek95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/regex.md
+7
-0
7 additions, 0 deletions
backend/regex.md
with
7 additions
and
0 deletions
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
This diff is collapsed.
Click to expand it.