Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

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?

Why is a character class faster than alternation?

How do I match a pattern with optional surrounding quotes?

Circumvent the sed backreference limit \1 through \9

regex shell sed backreference

Regex to change the number of spaces in an indent level

regex

Subset string by counting specific characters

r regex gsub stringr stringi