Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

How do I escape an apostrophe in my XPath text query with Perl and Selenium?

Efficient algorithm for converting a character set into a nfa/dfa

regex algorithm dfa nfa

Are posix regcomp and regexec threadsafe? In specific, on GNU libc?

c regex pthreads posix libc

Switch gettext translated language with original language

php regex parsing gettext poedit

Python regex to match VT100 escape sequences

python regex vt100

Why does /^(.+)+Q$/.test("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX") take so long?

javascript regex webkit

Global regex match timeout works in console application, but not in ASP.NET MVC app

Refer to group inside group with Regex

python regex

Checking if two Python regex patterns are equivalent

python regex

Regex speed: Python x6 times faster than C++11 under VS2013?

Regexp for a name

ruby-on-rails regex

Capitalize first letter after special characters

Mongo regex for "not match" or inverse [duplicate]

std::regex -- is there some lib that needs to be linked?

c++ regex c++11

Amend HTML Grammar based on attributes in TextMate

html regex textmate grammar

Perl writing to a 'memory file' plays tricks with pattern matching

regex perl

mysql update with regexp

mysql regex

How to introspect regexes in the Perl API

c regex perl introspection xs

Python - A way to learn and detect text patterns?

Why regex always returns 1?

c regex