Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Why is this grep filter slow?

regex unix command-line grep

Regular expression problem (extracting one text or another)

regex perl parsing text

In Regex, why is "((.|\s)*?)" different than "\s*.*"

regex

Unexpected behaviour of regex validating email

javascript regex validation

Is the better way to match two different repetitions of the same character class in a regex?

python regex

How to prevent "regex injection"?

Is this a good way to match URI to class/method in PHP for MVC

matching {{string}} in regex c#

c# regex

How to write xslt if element contains letters?

regex xslt

Any way to treat .* as .{0,1024} in perl RE?

regex perl optimization

How to extract movie title from file name

python regex

Regular expression parser generator [closed]

c++ c regex parser-generator

Pattern.compile("\\[.+?\\]");

java regex

XPath: Match whole word (using matches function with case insensitive flag)

regex search xpath xpath-2.0

Validating phone number in ruby

ruby regex phone-number

Regex for selecting elements from transform matrix

javascript regex arrays css

Can it be acceptable in Java to use Thread#stop() to kill a thread that is running wild?

Python big file parsing with re

python regex file

Use Regular Expressions (or another python module) to compare text/characters?

Regex for replacing <p class="someClass"> with <h2> tag?