Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

How to use a regex to search backwards effectively?

java regex

Vim and Regular Expression: what kind of regex does Vim use?

regex testing vim

Regex to match a variable in Batch scripting

regex batch-file

Can you salvage my negative lookbehind example for commifying numbers?

regex perl lookbehind

How to get a capture group that doesnt always exist?

python regex

perl6 grammar , not sure about some syntax in an example

regex grammar raku

How do I use a regular expression in XSLT 1.0?

regex xslt

Negative look-ahead assertion in list.files in R

regex r regex-lookarounds

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