Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

How to remove the building number and entrance from an address string with regex?

javascript regex

Matching end-of-line with CL-PPCRE

regex common-lisp cl-ppcre

Why is /[\w-+]/ a valid regex but /[\w-+]/u invalid?

PowerShell Regex: Capturing strings between two strings that is on multiple lines

What's the correct regexp pattern to match a VMS filename?

regex filesystems vms

Why doesn't this regex work for grep?

regex linux grep

Trim Non-alphanum from beginning and end of string

c# .net regex

Regular Expression or Database for Check if String is Person's Name?

regex

Powershell -match in function - gets extra true/false when returned

regex powershell hashtable

PHP PREG Regex: What does "\W" mean when using the UTF-8 modifier?

php regex utf-8 pcre

Regex to validate string having only lower case, first char must be a letter

ruby regex string

How to escape backslashes in variable of File content replacer teamcity

regex teamcity build-agent

Grep or the like: overlapping matches

regex grep

Why doesn't the dot symbol work in this Regex?

.net regex

Delete all text but matches in SublimeText

regex sublimetext3

How can you specify carriage return and newline character match when using boost::regex?

c++ regex boost boost-regex

How can I make a regular expression which ignores repeated strings, but checks for future valid strings?

regex

Remove white spaces unless within quotes, ignoring escaped quotes

c# regex

How can I use grep and regex to match a word with specific length?

regex bash grep

How to match a specific sentence with Regex

c# .net regex