Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

C++11 regex: digit after capturing group in replacement string

c++ regex c++11 regex-group

Iranian postal code validation

regex regular-language

RewriteCond in .htaccess with negated regex condition doesn't work?

PyCharm and filters for external tools

python regex ide pycharm pep8

Why are C# compiled regular expressions faster than equivalent string methods?

c# .net regex string performance

Elegant R function: mixed case separated by periods to underscore separated lower case and/or camel case

regex r

Regex in Linq statement?

c# regex linq linq-to-xml

Glob Sync Pattern on multiple directories

javascript regex glob

re.findall('(ab|cd)', string) vs re.findall('(ab|cd)+', string)

python regex

RewriteRule ^ - [L] AKA RewriteRule caret dash L

regex mod-rewrite caret

Regex to match all words except a given list

c# .net regex

Python Regex, re.sub, replacing multiple parts of pattern?

python regex

Understanding Regular Expressions

php regex

Regular Expressions in SQL Server servers?

Substitute the n-th occurrence of a word in vim

regex vim sed substitution

Operator precedence in regular expressions

Is there a shorter way to pull groups out of a Powershell regex?

regex powershell

Aren't modern regular expression dialects regular?

regex regular-language

How do I write a simple regular expression pattern matching function in C or C++?

c++ c regex algorithm

Matching text between delimiters: greedy or lazy regular expression?