Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Need to capture single character, but ignore digit

regex

How to regex from pattern X to the next occurrence of X, recursively, getting the content between as matches

c# regex

Pattern match in nodejs rest url

node.js regex

MySQL regex to validate email not working - curly brace quantifier ignored

mysql regex

Regex to match Telephone Pattern logic

regex

Captured group regex NSRegularExpression iOS

python re match digits or digits followed by characters

python regex

Match "After" if it doesn't have an an -ing word after it

javascript regex

Python regular expression with wiki text

python regex wiki

How to exclude a control from ASP.NET validation when hidden (display:none;)?

Matlab: using regexp to get a string that has a whitespace in between

regex matlab

Explode by commas recursively based on parentheses

php regex

Regex lazy on non-capturing group

javascript regex non-greedy

How to get the words that start with '#' in string using php? [duplicate]

Check if string contains more than one element from array in Python

python arrays regex string list

Regex for capturing City State Zip from an Address String

regex

Replace all matched strings with modified substring

javascript regex replace

Match and replace first and last character and substring in string using regex VB NET

regex vb.net

In Perl, how can I strip spaces from a string except in double-quotes, and replace those quotation marks with ||?

regex perl

In Perl, how can I use the regex substitution operator to replace non-ASCII characters in a substring?

regex perl