Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

PHP preg_match_all, check & explode

php regex recursion

Isn't \d redundant in [\w\d]?

python regex

Regular Expression That Contains All Of The Specific Letters in Notepad++

regex notepad++

BeautifulSoup returns empty list when searching by compound class names

Find smallest substring containing a given set of letters in a larger string

Contents of a RegExp match

javascript regex node.js

Extract YouTube ID with or without RegEx

java regex youtube

Find word not surrounded by alpha char

python regex

Strange behavior of capturing group in regular expression

python regex

Replacing punctuation except intra-word dashes with a space

python regex r

Regex matching only prefix or only suffix (XOR)

java regex

What are the precedence rules for Perl regular expressions?

regex perl

How to use the {n} syntax of regex with CMake

regex cmake repeat

How can one replace a part of a line with sed?

regex bash sed

PHP preg_match not working for new line [duplicate]

php regex

Regex: match permutations of DNA sequence

javascript regex

R - invert gsub: keep only matches with gsub argument [duplicate]

r regex gsub

Remove characters preceding first instance of a capital letter in string in R

regex r substring uppercase

Fastest way to strip punctuation from a unicode string in Python

How to find replace using regex groups in vim

regex vim