Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Why do /\w+:/ and /\S+:/ handle backtracking differently?

regex pcre backtracking

Perl6 search then replace with output of subroutine

Why doesn't Python's `re.split()` split on zero-length matches?

python regex

Need to find a regular expression for any word except word1 or word2

regex

Backslashes - Regular Expression - Javascript

javascript regex

Python re.findall with groupdicts

python regex

Regex for finding valid filename

Easy way to convert regex to a java compatible regex?

java regex

Parsing XML in Python with regex

python xml regex

Regex for only allowing letters, numbers, space, commas, periods?

php regex

How to Remove a Substring of String in a Dataframe Column?

Performing regex on a stream

java regex

Boost C++ regex - how to get multiple matches

c++ regex boost

Finding the indexes of multiple/overlapping matching substrings

r regex

Javascript Regular Expression multiple match [duplicate]

javascript regex

Python Regex for hyphenated words

python regex hyphen

Regex for parsing single key: values out of JSON in Javascript

javascript regex json

C# Regex to validate phone number

c# regex

When do I need to escape characters within a regex character set (within [])?

javascript regex

Python re module becomes 20 times slower when looping on more than 100 different regex

python regex performance