Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

regular expression: extract last 2 characters

regex

Regular Expression to detect yyyy-MM-dd

c# asp.net regex validation

Explaining password regex component by component (javascript) [closed]

javascript regex

Difference between .split(/\s+/) and .split(" ")?

javascript regex

Swift: Validate Username Input

ios regex swift

Find matching guid in string [duplicate]

c# regex

Need to find text with RegEx and BeautifulSoup

How to read content from two files and merge into a 3rd file in bash shell

RegEx for allowing alphanumeric at the starting and hyphen thereafter

regex

Ruby, gsub and regex

ruby-on-rails ruby regex gsub

Is there a regular expression to remove a trailing slash in Perl?

regex perl

Regex to split on successions of newline characters

python regex python-3.x

Find files with illegal windows characters in the name on Linux

regex linux grep find

How to extract an optional query parameter using regex in Javascript

javascript regex

Why ^*$ matches "127.0.0.1"

c# regex

How to replace tokens in a string without StringTokenizer

java regex stringtokenizer

What regex can I use to match any valid IP-address represented in dot-decimal notation?

regex perl ip-address

Regex to modify Google Drive shared file URL

regex url google-drive-api

Is there a better way to write Perl regexes with /x so the code is still easy to read?

regex perl perl-critic

Ruby equivalent to grep -v

ruby regex grep