Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Different behavior of regexp() on linux and windows in matlab

regex linux windows matlab

How to split comma-separated string but exclude some words containing comma in Java

java regex string

Regex replace expression in Ruby on Rails

ruby regex ruby-on-rails-3

Transparent redirect to port 8080

In Perl, 'Use of uninitialized value in substitution iterator' error for $1 variable

regex perl

target of repeat operator is not specified when using optional character

ruby regex

How to make regex that matches all possible episode numbers from a tv show file format? [duplicate]

regex

Regex: How to optionally match something at beginning or end, but not both?

regex

Any number of whitespaces

regex

Remove consecutive duplicate characters using regex

In CMake, how do I check whether a string contains an integral number?

Regular Expression to find last folder in a path

regex path expression

Vim: How can I search and replace on just part of each line?

regex vim vi

Regular Expression to find URLs in block of Text (Javascript)

javascript regex dom

Regular expression: Preceding token is not quantifiable

python regex python-3.x

How do I delete the lines matching a regex in vi?

regex vi

how to match all files containing word1 AND word2 across different lines with ag or rg (PCRE/Rust regex)

regex regex-lookarounds ag

Can I get help generating the correct regex to match a list of test strings?

The difference between std::regex and boost::regex

c++ regex

regex matching a repeated subpattern

regex bbedit