Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Match single word, with possible punctuation or pluralization at end (Regex)

javascript regex

Regexp to filter a table

Python regex - difference between search and find all

python regex

Possessive generic quantifier {m,n}+ not implemented in Ruby 1.9.3?

ruby regex oniguruma

Finding the surrounding sentence of a char/word in a string

python regex nltk

Python extremely puzzling regex unicode behaviour

Custom Character Class in Perl 5.018

regex perl unicode

Reference a Set of File Paths Using a Regular Expression

c# asp.net regex file-io

Is there a data structure that provides lookup by pattern (regex)?

c# .net regex data-structures

Regex for matching duplicate consecutive punctuation characters with the exception of 3 periods

c# .net regex punctuation

IE8 doesn't handle ignoreCase RegExps in greek

How to match balanced delimiters in javascript regex?

javascript regex recursion

How to work around PHP lookbehind fixed width limitation?

php regex

Regex to detect everything not between {} and then search from whats matched

php regex

How can I identify an emoji in scala?

regex string scala twitter emoji

Json.Parse escape newline characters

Replacing named capturing groups with re.sub

python regex substitution

Bash script and regex issue

regex linux bash ubuntu-12.04

Split a Python string with nested separated symbol

python regex string

regex with all components optionals, how to avoid empty matches

c++ regex c++11