Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regular expression 0*1*1+11*0*1 DFA

regex automata dfa

Unicode: How to obtain all code points for a character like e.g. ã (so it can be used in JavaScript regex)?

javascript regex unicode

Find everything after first comma in lines and remove it

regex awk sed

Javascript/jQuery Get first 100 characters from string, respecting full words [duplicate]

std::regex_replace only first occurence

c++ regex c++11 visual-c++

How to extract href from a tag using ruby regex?

ruby regex html-parsing

Need regular expression logic

r regex

Negative lookahead - fail if both of two words are found in the input

regex

Ruby Regex Replace Characters Between Two Numbers

ruby regex

Best regex (in Python) to not have double space in result when substring is removed?

python regex

Why does re.sub('.*?', '-', 'abc') return '-a-b-c-' instead of '-------'?

python regex

Extract n-decimal from string

regex r

how to restrict specific characters in ext js textfield?

javascript regex extjs

java regex, split on comma only if not in quotes or brackets

java regex

Java Regex replacement for negative bytes in string

java regex

Remove consecutive <br> from string using regex c#

c# regex

Javascript: Extra character in concatenated string preventing match with object key

NGINX rewrite rule doesn't match with REGEX (.+)

Graylog2 Stream filter rule

regex logging graylog

Regex for strings starting with letters/_ and (possibly) following letters/digits/_

.net regex f#