Search code examples
Regex (PCRE): Match all digits in a line following a line which includes a certain string...

regexpcre

Read More
PCRE Regex: Is it possible to check within only the first X characters of a string for a match...

regexpcre

Read More
regex lazy capturing fails after lazy "anything" ... unless I know what follows...

phpregexlazy-evaluationpcre

Read More
Regex make last part of string optional and capture everything if it is optional...

regexpcre

Read More
Remove lines from a file between lines matching a pattern...

linuxpcre

Read More
Regex Substitution: only replace the first occurance from a "or" condition...

regexpcresubstitution

Read More
Regex to match parentheses, hyphens and spaces...

regexpcre

Read More
Why are these two regexes not the same?...

regexpcre

Read More
Match street number from different formats without suffixes...

regexpcre

Read More
How to improve the regex?...

phpregexpcre

Read More
How To Recurse Subpattern?...

regexpcre

Read More
Parsing multiline ini like file using PCRE regex...

phpregexpcre

Read More
postfix header_checks fails for no reason with ! (not operator)...

pcreregex-lookaroundspostfix-mta

Read More
How can I match a repeating pattern within a repeating pattern without specifying the alternatives t...

regexpcre

Read More
PCRE regex behaves differently when moved to subroutine...

regexpcrepcregrep

Read More
What is the meaning of %s+% in regex?...

rregexpcre

Read More
Looking for tips to better understand Perl Compatible Regular Expression operators and syntax...

phpregexformstextareapcre

Read More
RegEx issue with PCRE library...

cregexlinuxpcre

Read More
Splitting a string with nested parentheses at only the top level where "level" is determin...

rregexstringrecursionpcre

Read More
PHP PCRE - get city from address...

phpregexpcre

Read More
Replace each character of matched text with certain text...

regexpcre

Read More
Using pcre2 in a c++ project...

c++c++11visual-c++pcre

Read More
Capture all matching patterns after a string text...

regexpattern-matchingmatchmatchingpcre

Read More
Using regex to find multiple matches between two strings...

regexpcrebetween

Read More
In PHP PCRE syntax, how does one specify a multi-codepoint Unicode character/"emoji"?...

phpunicodepcreemojicodepoint

Read More
Regex (PCRE): Match all digits conditional upon presence of a string...

regexpcre

Read More
Regex to match a string like ababba etc...

regexpcre

Read More
Can Redshift SQL perform a case insensitive regular expression evaluation?...

regexposixamazon-redshiftpcre

Read More
Regular expression to match a line starting with a digit only if the same line contains letters afte...

regexpcreregex-lookaroundssubtitlegeany

Read More
Are negative lookbehind in regex searches possible in Geany?...

regexpcregeanynegative-lookbehind

Read More
BackNext