Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Replace string with regex in swift

regex swift

Javascript Replace Using Regex With A Non-Capturing Group

javascript regex

How do I exclude a package for a specific findbugs rule

java regex findbugs

How to use basic regular expressions within gulp.src?

javascript regex gulp glob

Regex extension and language

javascript php jquery regex

Regex Matching - A letter not preceded by another letter

python regex

regex to exclude a sentence which contains a specific word in java

java regex

perl6 Negating multiple words and permutations of their chars inside a regex

In IntelliJ IDEA, can I run only tests matching a regex pattern?

TypeScript string replace with regex, groups and partial string

regex typescript replace

Grammar a bit too greedy in Perl6

RegExp for matching usernames: min 3 chars, max 20 chars, optional underscore in between chars

javascript node.js regex

Remove part of a string based on overlapping patterns

r regex stringr

Regular Expression to extract label-value pairs in Java

java regex pattern-matching

Double interpolation of regular expressions in Perl

regex perl interpolation

Removing nonnumeric and nonalpha characters from a string?

regex string replace

Can you improve this C# regular expression code?

c# regex

Match only beginning of line in Ruby regexp

ruby regex

regex to match trailing whitespace, but not lines which are entirely whitespace (indent placeholders)

ruby regex whitespace

python copytree with negated ignore pattern

python regex