Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex to match a string containing as many digits as letters

regex

Can't use Regex in Java because of escape sequence error, how to remove the error

java regex string escaping

sed with a regex starting with space and containing dash

regex sed

React hook form only allow numbers greater than 0

javascript reactjs regex

Notepad++ Search for and replace Underscore Characters in "GUIDs"

regex notepad++ guid

Can regex fix this?

php regex

What would be the regex to add commas to long digits for legibility?

regex

How can a Perl regex re-use part of the previous match for the next match?

regex perl

I don't understand this Textile Regex

php regex perl

Matching if any keyword from a list is present in a string

python regex

Why "is" and "to" are removed by my regular expression in NLTK RegexpTokenizer()?

regex nltk tokenize

How do I remove multiple occurrences of a pattern from a string in Python?

python regex

Change background color of select characters of an input textfield

Why are groups being captured from the wrong region in my regex? (Java 7)

java regex

C# extract words using regex

c# regex parsing

Ruby Regular Expression to match words, including accents and other UTF8 characters

ruby regex

Regular expression for hidden files under unix

regex cmake

What are the type of Strings generated by (a*+b*)

order of word boundaries and anchors in PCRE

regex pcre