Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

RegEx to extract the first 6 to 10 digit number, excluding 8 digit numbers

c# regex

JavaScript Regex does not match exact string

Why does using an attribute instead of a method provide such a significant boost in Python speed

python regex performance

Why does this regex with a 2-byte unicode char emit "uninitialized" warning for the lvalue on match?

regex perl unicode

special characters in sed

regex sed grep

How to mask input by regular expressions? either 1112223333 or 1112223333444

Java (Regex?) split string between number/letter combination

java regex string split explode

Migrating from Python to Racket (regular expression libraries and the "Racket Way")

python regex racket porting

Trying to find all instances of a keyword NOT in comments or literals?

python regex regex-negation

Validate URL with or without protocol

php regex

Python regular expression: how to excluding superstrings?

python regex

Regex word boundary alternative

php regex word-boundary

replace space only between parentheses

regex bash sed awk

Regex for fixed length string of character A followed by character B

regex

regex lookarounds, combining lookahead and lookbehind

regex

Escaping plus signs doesn't work

regex sed

Python regex -- extraneous matchings

python regex

Value.match() Regex in Google Refine

regex openrefine

Remove commas in a string, surrounded by a comma and double quotes / Python

python regex

Capture the match content of two different regexp in perl

regex perl