Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Matching a^n A^n with regular expression

regex

Validating string using ruby Reg Expressions?

ruby regex

Problem matching regex pattern in Android

java android regex

Capturing <thisPartOnly> and (thisPartOnly) with the same group

java regex capturing-group

What's a portable and lightweight C/C++ regular expression library? [closed]

c++ c regex

regex exclude match from capture

c# regex

JAVASCRIPT: Count the number of REGEX results

How to use regex to extract values from a string.(PHP)

php regex cakephp

RegEx - problem with multiline input

java regex

True definition of an English word?

regex nlp

Why does this regex have 3 matches, not 5?

php regex

How can I represent epsilon in a regular expression?

regex epsilon

Need a regular expression that matches “word1, word2, word3”

php regex

Regex to match 'lol' to 'lolllll' and 'omg' to 'omggg', etc

Iterative regex capturing in C#

How do I split between numbers and characters with regex?

regex

Removing delimiters from a date/time string

regex perl timestamp

The influence of ? in the regex string

python regex

reqular exp to get last number from string

php regex

regex: match lines that don't match sub-regex

regex lookaround