Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

IntelliJ says "\\" (match on single backslash) is an illegal / unsupported escape sequence for Pattern.compile

java regex intellij-idea

JavaScript: split doesn't work in IE?

Can regexes containing nongreedy (reluctant) quantifiers be rewritten to use only greedy ones?

regex theory pcre non-greedy

Convert url to html <a> tag and image url to <img> tag with javascript regular expressions

javascript jquery regex

Can A MatchCollection hang the program when trying to iterate it?

c# regex

Laravel validation regex, breaks in view

Pattern matching on a string that already has wildcards in it

c# regex wildcard

Splitting sentences with nltk while preserving quotes

python regex python-2.7 nltk

Match anything that is a something?

regex

Is \0 ("\\0" in a C-style regex string) a valid escape sequence in C++ regular expressions?

Capturing first number in text with regex in javascript

javascript regex

multi-byte characters in libc regcomp and regexec

Match x out of y groups in Java regex

java regex

Ignore everything in a directory except one subfolder

Why does the performance of this non-matching pattern scale with the size of the search space?

c++ regex

Optimization techniques for backtracking regex implementations

Find cpu-hogging plugin in multithreaded python

Regex Matching Error

python regex

Multi-line regex search in whole file

c# .net regex large-files

Why does my JavaScript regex not work?

javascript regex string