Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

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

how to get sub-expression value of regExp in awk?

regex linux awk

Given a regular expression, how would I generate all strings that match it?

Perl program leaking memory when compiling regex

regex perl memory-leaks

Vim Markdown highlighting (list items and code block conflicts)

What is the BNF for a regex (in order to write a full or partial parser)

regex bnf

Formal language expressiveness of Perl patterns

regex perl computer-science

NSPredicate and Regex

How do I escape an apostrophe in my XPath text query with Perl and Selenium?

Efficient algorithm for converting a character set into a nfa/dfa

regex algorithm dfa nfa

Are posix regcomp and regexec threadsafe? In specific, on GNU libc?

c regex pthreads posix libc