RIP
Tutorial
Tags
Topics
Examples
eBooks
Download Regular Expressions (PDF)
Regular Expressions
Getting started with Regular Expressions
Awesome Book
Awesome Community
Awesome Course
Awesome Tutorial
Awesome YouTube
Anchor Characters: Caret (^)
Anchor Characters: Dollar ($)
Atomic Grouping
Back reference
Backtracking
Capture Groups
Character classes
Escaping
Greedy and Lazy quantifiers
Lookahead and Lookbehind
Match Reset: \K
Matching Simple Patterns
Named capture groups
Password validation regex
Possessive Quantifiers
Recursion
Regex modifiers (flags)
Regex Pitfalls
Regular Expression Engine Types
Substitutions with Regular Expressions
Useful Regex Showcase
UTF-8 matchers: Letters, Marks, Punctuation etc.
When you should NOT use Regular Expressions
Word Boundary
Find patterns at the beginning or end of a word
Make text shorter but don't break last word
Match complete word
Word boundaries
Regular Expressions
Getting started with Regular Expressions
Awesome Book
Awesome Community
Awesome Course
Awesome Tutorial
Awesome YouTube
Anchor Characters: Caret (^)
Anchor Characters: Dollar ($)
Atomic Grouping
Back reference
Backtracking
Capture Groups
Character classes
Escaping
Greedy and Lazy quantifiers
Lookahead and Lookbehind
Match Reset: \K
Matching Simple Patterns
Named capture groups
Password validation regex
Possessive Quantifiers
Recursion
Regex modifiers (flags)
Regex Pitfalls
Regular Expression Engine Types
Substitutions with Regular Expressions
Useful Regex Showcase
UTF-8 matchers: Letters, Marks, Punctuation etc.
When you should NOT use Regular Expressions
Word Boundary
Find patterns at the beginning or end of a word
Make text shorter but don't break last word
Match complete word
Word boundaries
Regular Expressions
Word Boundary
Find patterns at the beginning or end of a word
Fastest Entity Framework Extensions
Bulk Insert
Bulk Delete
Bulk Update
Bulk Merge
Example
Examine the following strings:
foobarfoo bar foobar barfoo
the regular expression
bar
will match all four strings,
\bbar\b
will only match the 2nd,
bar\b
will be able to match the 2nd and 3rd strings, and
\bbar
will match the 2nd and 4th strings.
Got any Regular Expressions Question?
Ask any Regular Expressions Questions and Get Instant Answers from ChatGPT AI:
ChatGPT answer me!
PDF
- Download
Regular Expressions
for free
Previous
Next
Cookie
This website stores cookies on your computer.
We use cookies to enhance your experience on our website and deliver personalized content.
For more details on our cookie usage, please review our
Cookie Policy
and
Privacy Policy
Accept all Cookies
Leave this website