Regex case-insensitive search, but have output match the case in the regex...
Read MoreUnable to match whole string using PCRE regex in C++...
Read MoreRegex differences between PCRE and PCRE2...
Read MorePHP perl regular expression - URL not preceded by equal sign and possible single or double quote...
Read MoreExclude underscore from word boundary in regex...
Read MorePython and PCRE regex that are the same give different outputs for the same input...
Read MoreWhy fountain character matches anchor character in regular expression inside range?...
Read MoreRegex to find string arguments of a function call (lookbehind with multiple hits)...
Read Moregrep - RegEx multiple-criteria select...
Read MoreRegexp : catching all letters and numbers before a specific string...
Read MoreRegex grouping rules for alternation...
Read MoreRegex: substitute spaces after specific word...
Read MoreSplit string on non-alphanumerics in PHP? Is it possible with php's native function?...
Read MoreRegex extraction from Right to Left...
Read MoreCatch token word in bash 'heredoc'...
Read MoreRegex to extract multidimensional keys using bracket notation...
Read MoreGCC compiler is unable to find pcre.h...
Read MoreDetect non-empty string with regexp?...
Read MoreReplace multiple occurences of character after zero-length assertion...
Read MoreRegex: Match until "," but not if "," is inside brackets...
Read MoreRegex to return numeric value if it match one string or the other...
Read MorePCRE regex to match next occurrence of specific pattern or EOF...
Read MoreHow can I replace two exact words separated by a whitespace using PCRE?...
Read MoreREGEX if string is present then select the last character on the line...
Read MoreMatch quotes within string but only if a minimum character length...
Read MoreRegex breaks with "/" character instead of newline...
Read MorePCRE Regex - Match everything to the first pipe not enclosed by square brackets...
Read More