Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

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

Valid RegEx according to online test tools, not getting any matches when reading file in browser

Matching at least one lower case letter AND at least one upper case letter

std::regex escape backslashes in file path

c++ regex string c++11

Regex for string containing one string, but not another [duplicate]

How to find replace using regex groups in vim

regex vim