Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

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

Remove multiple line breaks (\n) in JavaScript

javascript jquery regex

Remove anchors from text

php regex

100% CPU usage with a regexp depending on input length

python regex cpu-usage

Wrap Text with Quotation Marks in Notepad++ [duplicate]

regex notepad++

Javascript Regex - What to use to validate a phone number?

Extract the video ID from youtube url in .net

c# .net regex

How to validate an IP address with regular expression in Objective-C?

Replace named group in regex with value

c# regex