Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

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

How to find and replace between characters

regex go

What is key difference between regex_iterator and regex_token_iterator?

c++ regex c++11 stl

regex to find a string, excluding comments

regex

How to use regular expression in sed command

regex sed

PySpark UDF optimization challenge using a dictionary with regex's (Scala?)

sed command to replace first occurrence in file is not working

regex awk sed