Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

How to match tab and newline but not space with REGEX?

java regex

Regular expression timezone

javascript regex

What does the regular expression [\w-] mean?

ruby regex

How to store a substring of the output of "time" function in bash script

regex linux bash time

PHP parse REQUEST_URI into array

php regex

How to effectively search and replace in Vim by first "testing" or "preview" the search part?

regex vim replace

How do I do a regex search and replace in sublime text 2?

regex sublimetext2

String replace throws error with $ sign

java regex string

ruby/regex getting the first letter of each word

ruby regex

Removing any single letter on a string in python

regex string python-2.7 text

Regex to separate thousands with comma and keep two decimals

javascript jquery regex

Matching words from vectors of strings in R

Using parenthesis in Regular Expressions pattern

c# regex

How to remove list of words from a list of strings

Regex for numbers on scientific notation?

c++ regex

Postgres regular expressions and regexp_split_to_array

regex postgresql

Is "\n" a vertical whitespace, i.e., should "\v" match it?

java regex perl unicode

How to match word surronded by spaces OR at the end / beginning of the string using Perl regexp?

regex perl

Python regex for int with at least 4 digits

python regex int match

How to extract and remove scheme name from NSURL?