Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Code coverage tools for regexes? [closed]

regex code-coverage

IIS7 Rewrite Map Regex?

Are regex atomic groups distributive?

regex

Replace incorrect use of "a" and "an" in text input

javascript regex

How do I use regex to search ignoring certain characters with NSPredicate?

When is Perl 6's <|w> word boundary not a << word boundary?

regex raku

Regex to replace last occurrence of a string in each line

regex linux shell scripting sed

Is handling of curly braces in javascript regex is the same across all modern browsers?

javascript regex

Java REGEX code to validate Indian language characters not working?

java regex unicode utf-8

Parsing all possible types of varying architectural dimension input

Increase C++ regex replace performance

How to simulate negative lookbehind in Go

regex go

Generating the Shortest Regex Dynamically from a source List of Strings

How to merge regex group matches?

regex

Find Minimum Possible difference between numbers with unknown digits

php regex numbers difference

efficient method to replace multiple words in text

How to match emoticons with regular expressions?

regex

NSRegularExpression:enumerateMatchesInString hangs when called more than once

objective-c regex ios4

RegEx: Remove non-letters UTF-8 Safe, Quickly

php regex utf-8

What is the point behind character class intersections in Java's Regex?

java regex