Search code examples
Match global, but only if line starts with a specific string...

regexpcre

Read More
how linux grep -oP print the pattern only...

regexlinuxgreppcre

Read More
Regex to test if there's a word appeared exactly 2 times...

regexpcre

Read More
How to free memory allocated by pcre2_get_ovector_pointer method?...

cpcre

Read More
RegEX: match ([^A-Z]*) but stop if you find "foo"...

regexwindowsfilenamespcrebulk-rename-utility

Read More
regexr.com vs regex101.com...

regexpcre

Read More
Repeat capturing group of comma seperated key value pairs...

regexoptimizationpcre

Read More
regex to match until a colon is found with or without quotes present...

regexpcre

Read More
What support is there for PCRE (Perl Compatible Regular Expressions) in common languages?...

pcre

Read More
Why is PCRE grep treating forward slashes as whitespace?...

greppcreregex-lookaroundspositive-lookbehind

Read More
Match url only if it contains certain query parameters regex...

regexpcre

Read More
Case analysis with REGEX...

regexif-statementcasepcre

Read More
Haskell RegEx Matching on UTF8 file...

regexhaskellencodingpcre

Read More
PCRE2 - Match every word whose suffix matches a backreference...

regexpcrebackreference

Read More
Capturing all the occurrences of a specific word when is not part of a link...

regexpcre

Read More
Regex trouble with capturing repeated pattern...

phpregexpcre

Read More
PCRE Regex non-consecutive repeating...

phpregexpcre

Read More
Refer to same branch of previous alternate group...

regexmatchingpcrestring-matching

Read More
Regex to validate subtract equations like "abc-b=ac"...

regexpcre

Read More
PCRE REGEX to match one or more sentences containing a set of characters...

phpregexpcre

Read More
Regex between last slash and next space in a set of strings in Bash...

regexgreppcre

Read More
Test strings that contain a specific pattern unless another pattern is before it...

regexpcre

Read More
Validate string # followed by digits but # increases after every occurance...

regexpcre

Read More
Oracle - PCRE to Oracle REGEX...

regexoracle-databasepcre

Read More
delimit string in tcl/tk (\b), doesn't it work?...

tclpcre

Read More
UWSGI error with PCRE Ubuntu 20.04 error while loading shared libraries: libpcre.so.1:...

python-3.xvirtualenvwsgipcre

Read More
How can I use regex case convertion tokens (\u \l \U \L \E) in PHP?...

phpregexreplacepreg-replacepcre

Read More
Gather a repeating 2-group pattern...

regexpcre

Read More
LoadError: PCRE compilation error: lookbehind assertion is not fixed length...

regexjuliapcre

Read More
What's the technical reason for "lookbehind assertion MUST be fixed length" in regex?...

regexpcrelookbehind

Read More
BackNext