Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Using regexp to join two dataframes in spark

regex scala apache-spark

Can't get rid of unwanted stuff while scraping email addresses

Surprising, but correct behavior of a greedy subexpression in a positive lookbehind assertion

What tools are there for debugging/stepping through a regular expression?

regex debugging

MYSQL:Looking for equivalent of Perl's "regex" =~ s/e/i/g => rigix in a MySQL Select

mysql regex replace

Sanitizing User Regexp

Url Matching using Gruber's regex in PHP

php regex url preg-match gruber

java regex to exclude specific strings from a larger one

java regex regexbuddy matcher

Particular java regular expression

java regex

RegEx - Take all numeric characters following a text character

.net regex

Java Regexp patterns have double backslashes, how to store patterns in readable format

java regex

User-Agent parsing using c#

c# regex

Backslashes in gsub (escaping and backreferencing)

Determining which pattern matched using Regex.Matches

c# regex

How can I iterate over regular expression match variables in Perl?

regex perl reference

url regex without http://www [closed]

regex url

using backreferences regex in sed

regex unix sed ksh aix

Javascript Regex - Camel to File Case

javascript regex

Slower search when start character is given is counterintuitive

python regex performance

How to parse a string in Java? Is there anything similar to Python's re.finditer()?

java python regex parsing