Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

check whether an array contains a regex that matches with a string, using reduce

javascript regex reduce

Split a string in java using balanced parantheses

java regex parsing

Should I use regex, or just a series of if statements?

decipher the regular expression

regex awk

Ruby find a whole math expression in a string using RegEx [duplicate]

ruby regex

Replace all escape sequences with non-escaped equivalent strings in java

java regex escaping

Why does this regular expression fail?

Regular Expression to replace <p> tags with line breaks

java regex html-parsing

Help converting PHP eregi to preg_match

php regex preg-match pcre

Regex to match all except a string in quotes in C#

c# regex

Capture the numbers in this regex

python regex

Trying to remove non numeric characters from textbox using jQuery

Regex - How to match something without a specific prefix?

regex

Why does gsub's '\1' capture group produce this string?

ruby regex gsub

Efficiently matching different possible substrings to the same value

java python regex

Spring MVC 3 RequestMapping with regular expresssion quantifiers

java regex spring spring-mvc

Match all the words of an exact length separated by comma

python regex python-3.x

Computed regular expression replacement in Perl

regex perl

A regular expression to clean up XML

xml regex posix

Java: Do I have an effective regex to eliminate symbols & rename a file?

java regex