Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Remove space delimited single characters

python regex

Regex to match words inside two or three curly braces

java regex kotlin

RegEx - Match a number that has different beginnings

regex

Remove leading and trailing numbers from string, while leaving 2 numbers, using sed or awk

regex awk sed

Match unicode in ply's regexes

Expression parsing: how to tokenize

Replace all instances of a pattern with regular expressions in Javascript / jQuery

jquery regex string replace

Unicode friendly alphabetic pattern for python regex?

python regex

How to recognize two different word in a regex without grouping

regex

Capturing inner items using .net Regex Balanced Matching

.net regex

Increment digit value in String

java regex

Regular Expressions in Objective-C and Core Data

objective-c regex core-data

Regex, how to remove all non-alphanumeric except colon in a 12/24 hour timestamp?

python regex

PHP Regular Expression [accept selected characters only]

Python raw strings and unicode : how to use Web input as regexp patterns?

python regex unicode rawstring

Quick regexp to get path

javascript regex

regex expression logic [closed]

regex

ruby: optimize => phrase.split(delimiter).collect {|p| p.lstrip.rstrip }

ruby regex

meaning of `$/i` in regular expressions

php regex

A PHP regex to extract php functions from code files