Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Can I grep a certain amount of lines before or after a string I want? [duplicate]

regex linux bash

Usernames that cannot start or end with characters

ruby regex

Why won't this regex work in SublimeText when it does in Vim?

regex sublimetext3

Not being able to detect '-' character in regular expression [duplicate]

python regex

Trying to find a large string between a start point and end point using regex

python regex python-3.x

How to write one regular expression to meet all cases and print specified variable

java regex

Regex to match words both starting and ending with underscore with Python 3

regex python-3.x

Regex to match and replace string with multiple lines Python

python regex

Remove characters which repeat more than twice in a string [duplicate]

r regex text-mining

strip quotes from a variable in Ansible

regex ansible

How to remove unnecessary parenthesis?

javascript regex replace

regex AND operator with negative arguments

regex jedit and-operator

displaying all vectors without the given character (#)

r regex

How to use map with a dictionary having regular expression keys?

search and replace with regex to increment numbers in Visual Studio Code

Regex force length of specific regex [closed]

r regex

JavaScript regular expressions - match a series of hexadecimal numbers

javascript regex

A parser for regular expressions in PHP?

replacement / substition with Haskell regex libraries

regex haskell

Why does re.sub replace the entire pattern, not just a capturing group within it?