Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex to remove repeated character pattern in a string

python regex

Regex for word characters in any language

php regex

Is it possible to check the number of cached regex?

c# .net regex

Regular expression - match all words but match unique words only once

regex

Regex match entire contents of file in bash

regex bash

RegEx: Match nth occurrence

regex pcre

How to match line-break in c++ regex?

c++ regex

Exclude files from require.context of Webpack

javascript regex webpack

regex replace only a part of the match

javascript regex

Difference between Kotlin and Java String split with Regex

java regex string kotlin

How to run command over multiple buffers/tabs to remove trailing spaces?

regex vim scripting replace

RegEx (in JavaScript find/replace) - match non-alphanumeric characters but ignore - and +

Splitting string into array of words using Regular Expressions

javascript regex

Translating PHP’s preg_match_all to Python

php python regex

Rename files using sed and mv

regex bash sed mv

Line number of the matched characters in JS/node.js

javascript regex node.js

vim search replace regex

regex vim replace

Perl regex replace numbers with themselves, just one higher

regex perl numbers

unix: how to tell if a string matches a regex

Replace one occurrence with regexp

regex go