Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Visual Studio Find and Replace with Regex

Perl - regex - Position of first nonmatching character

PHP regex for a word collection around a search phrase

php regex

What's the best way to store regex strings in Haskell?

regex haskell coding-style

Java regex validating special chars

java regex validation

Javascript RegExp: Create regex with variable [duplicate]

javascript jquery regex

regex to match only 5 letter words

regex

Regex to find all URL and titles

php regex url

Is there a way to detect numeric string in xslt?

html xml regex xslt xpath

Alternative to (?!y) but before a word

javascript regex

Regex search and replace with optional plural

regex replace preg-replace

Python regex negating metacharacters

python regex regex-negation

php regex needed to check that a string has at least one uppercase char, one lower case char and either one number or symbol

php regex

Numeric validation with RegExp to prevent invalid user input

javascript regex

Mac OSX, Bash, awk, and negative look behind

regex macos bash awk

Python: how to act on re's matched string

python regex coercion

XPath to query multiple selectors

php regex xpath

Split regular expression into 2 capture groups

regex iis-7 url-rewriting

What's the difference between findall() and using a for loop with an iterator to find pattern matches

python regex

How can I generate a list of words from a group of letters using Perl?