Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Append regular expression in SublimeText

regex sublimetext2

regex match extension but exclude a specific file

javascript regex

Spaces around all hyphens in a string without double-up

regex

C# regex to extract groups from input

c# regex

In RegEx, how do you find a line that contains no more than 3 unique characters?

php regex search string find

Regex.Replace much slower than conditional statement using String.Contains

c# regex string replace

How can I used diff and sed

regex bash cygwin diff

What is wrong with this substitution?

regex perl substitution

regex in python, can this be improved upon?

python regex

sorting in python

python regex

How to match non-ASCII (German, Spanish, etc.) letters in regex?

javascript regex unicode

Remove white spaces from everywhere except quotation marks

Having issue with pattern match incorrectly validating in Yii 2

php regex yii yii2

R extract items from string

regex r

Vim regex skip delimiters

How to efficiently search/replace on a large txt file?

how remove special characters from the end of every word in a string?

python regex

Use preceding \K group negatively

ruby regex

Why is String.replace() with lambda slower than a while-loop repeatedly calling RegExp.exec()?

What do escaped angle brackets do in a vim regex?

regex vim