Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex-greedy

RegEx for matching a word after specific word in multiple lines

Non-greedy (lazy) matching using regex?

Regex with prefix and optional suffix

java regex regex-greedy

RegEx for capturing values in nested brackets

PowerShell Regex: Capturing strings between two strings that is on multiple lines

Positive Lookbehind greedy

Strange behavior in regexes

java regex regex-greedy

Regex for repeating series of numbers and number ranges (e.g. 3 digit numbers and 3 digit number ranges)

Two greedy quantifiers in the same regex

Need regexp to find substring between two tokens

regex regex-greedy

Regular expression greedy match not working as expected

regex regex-greedy

Regex for matching a string literal in Java?

java regex regex-greedy

Why does my non-greedy Perl regex match nothing?

regex perl greedy regex-greedy

How can I fix my regex to not match too much with a greedy quantifier? [duplicate]

How to match nth occurrence in a string using regular expression

regex tcl regex-greedy

How to assign text with in braces into variable in vim

Surprising, but correct behavior of a greedy subexpression in a positive lookbehind assertion

Why is the star quantifier greedier than the plus quantifier in Java regular expressions?

java regex regex-greedy

match a regular expression with optional lookahead

Greediness behaving differently in JavaScript?