Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Replace letters in a template string in R

r regex string stringi

How to return string representation of re.search() in python

python regex

What is an "illegal primary" in awk?

regex awk

Replace outer single quotes (') to double (") and inner double (") to single qoutes (')

regex notepad++

Remove Hebrew vowels (nikkud) from selected Unicode Hebrew text

regex vba unicode ms-word hebrew

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

.htaccess RewriteRule to path without changing URL

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?