Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Any way to improve this regular expression?

javascript regex

Determine if string is even or odd length with regular expression

regex

How to approximate Java's Character.isLetterOrDigit() to identify non-English letters, digits in Javascript?

PHP preg_replace

php regex preg-replace

Regex C# problem

c# regex

C++ TR1 regex - multiline option

c++ regex tr1

PHP Mod_rewrite and URL-encoded symbols - only can use either of them but not both?

Does using Pattern.LITERAL mean the same as Pattern.quote?

java regex

Python Regular Expression with optional but greedy groups

python regex

Regexp skip pattern

c# regex

Why the difference between .NET regular expressions and Visual Studio's regular expressions?

How to define an Emacs command that uses `replace-string` for a specific string

regex emacs

PHP:PCRE: How to replace repeatable char

php regex preg-replace pcre

Help building a regex

java regex

Producing all possible matches of a regular expression

How do I use regular expressions in a Cucumber table (multiline argument) to diff against table?

ruby regex cucumber

Processing text coming off a serial line in C#

c# regex string serial-port

Find DOM element containing string matching regular expression [closed]

javascript regex search dom

Do any of the flavors of regex in Regex Buddy coincide with NSRegularExpression (ICU) regex?

How to turn several "Sqrt[some text inside]" into several Sqrt(some text inside) , I mean from [] into ()

java regex