Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

In python, is there a way for re.finditer to take a file as input instead of a string?

python regex file-io

DFA minimization

regex lexer dfa nfa

Razor view escape @ sign in regular expression

regex asp.net-mvc-3

Regex to extract the contents of a <div> tag

regex vb.net html

regex number range 1-17

regex numbers range

Java regex help: capturing key-value pairs

java regex parsing

Regular Expression to parse Common Name from Distinguished Name

Regular expression to allow only 5 digit number or alpha character followed by 5 digit number

javascript regex validation

Vim syntax region - lookbehind confusion

How to match nested function invocations (bracket pairs) using a regular expression (recursive?)

javascript regex

Removing nested parentheses using regex in PHP [duplicate]

php regex

Notepad++ Regex: Find all 1 and 2 letter words

regex notepad++

Split on all unescaped semicolons

javascript regex

Why was \b introduced while \s match string borders in regular expressions?

regex

Perl regexps not matching string with leading zeros / incorrectly escaped numerals with leading zeros on command line in Perl

regex perl

Split a String on | (pipe) in Java [duplicate]

java regex string split

DotAll and multiline RegEx

Regex to replace a string not within quotes (single or double)

java regex

Efficiently extracting numbers from a java string (already tried guava and regular expressions)

java regex string guava tokenize

Match word in String in Java

java regex