Search code examples
Extract usefull data from html with regex & php...

phpregexregex-group

Read More
What is the Regular Expression to get all the newline characters from the end of the string...

javaregexregex-group

Read More
Why my optional captured group in my regex does not work?...

regexregex-group

Read More
PHP Regex to Capture mm:ss.uuu AND hh:mm:ss.uuu...

phpregexregex-group

Read More
Search for three words written in different "shapes" using grep...

regexgrepregex-groupcyrillic

Read More
Is there a delimiter/disambiguation syntax for submatch group references in JavaScript string replac...

javascriptregexregex-group

Read More
Why are there extra parenthesis in this regex substitution?...

regexsedregex-group

Read More
Regex check if from one string to other string contains seaching string...

regexsearchregex-group

Read More
How to exclude matched group after a non-matched group - regex...

javascriptregexregex-lookaroundsregex-group

Read More
Find number of Instances for few words in string while ignoring other few words using regex...

regexmatlabregex-groupregex-negation

Read More
Problem with long named capturing groups regex patterns...

javaregexregex-group

Read More
Regex pattern to find multiple timestamp formats avoid single numbers alone...

regexregex-group

Read More
regex to match first n lines after a specific word in Google Spreadsheet...

regexspreadsheetregex-group

Read More
How to create a conditional RegEx to check product input?...

regexregex-group

Read More
Regex to extract first word after last colon without space and with full match...

regexregex-groupregex-greedy

Read More
JavaScript replaceAll case-insensitive search using variable rather than a string...

javascriptregexregex-groupreplaceall

Read More
regex to extract a string between 5th and 6th colon without space...

regexregex-groupregex-greedy

Read More
need help on regex when using a quantifier after a group...

regexregex-group

Read More
How to loop through, match and replace?...

phpregexpreg-replacepreg-match-allregex-group

Read More
Why the performance of two regex using capturing groups varies so differently?...

regexregex-group

Read More
Are long regular expressions worse than short ones?...

regexpython-3.xregex-group

Read More
join different regex possibilities into one...

regexsedregex-group

Read More
Javascript Regex to match expression except another expression...

regexregex-groupregex-negationregexp-replace

Read More
Named regular expression group "(?P<group_name>regexp)": what does "P" sta...

pythonregexregex-group

Read More
How to only use input in pattern once?...

regexregex-group

Read More
Regexp to match multiline sections starting with identifier up to an end identifier...

javaregexregex-group

Read More
How to match a pattern after a pattern in regex, using groups, negations, lookarounds...

regexregex-lookaroundsregex-groupregex-negation

Read More
Regex match group with elements in random order...

regexrandomregex-group

Read More
Restricting overall number of characters within multiple groups...

regexregex-group

Read More
I am finding an email from from a given string and returning the email that exists in the string...

pythonregexregex-lookaroundsregex-group

Read More
BackNext