Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Can Regex groups and * wildcards work together?

python regex

Maximum length for a string for preg_replace() in PHP?

php regex

emacs function re-search-forward interpreting \( \) group characters literally in regexp

regex emacs regex-group

Searching MySQL database by a Regex match (in reverse)

mysql regex

Substring is found, but regex fails

java regex

C++ regex string capture

jQuery: How to highlight text within an input box?

jquery regex highlight

sed: cannot solve this regular expression

regex linux sed

How to make Regex in Objective-C [closed]

iphone objective-c ios regex

with regex, is using both "is" and "is not" range definitons within the same range possible?

java regex

Regex in java to find pattern like ${...} from given string

java regex

Regex pattern to match positive and negative number values in a String

Are there JavaScript equivalents of the Vim regular expression start and end of word atoms "\<" and "\>"?

regular expression for c# verbatim like strings (processing ""-like escapes)

Find and Replace All But Text Between Double Quotes in VS2010

Use of findall and parenthesis in Python

python regex

Regex: Split string on number/string?

php regex string split numbers

Regex to validate that a string contains only 0 - 9, +, #, *, [ and ]

c# regex string validation

Bash - correct way to escape dollar in regex

What are the differences between lazy, greedy and possessive quantifiers?

ruby regex ruby-1.9.3