Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What is the C# Regex equivalent to Java's appendReplacement and appendTail

c# java regex

Add quotes around each word

java regex

PHP Regular expression to replace link url

php regex

C# regex help - validating input

c# regex

boost::regex - \bb?

c++ regex perl boost

in emacs-lisp, how do I correctly use replace-regexp-in-string?

regex emacs lisp

Regex: how to match overlapping patterns (maybe Python specific)

python regex

Pathological regex that blows up (time & memory)?

php python regex perl

Get YouTube video id from URL with jQuery

javascript regex url string

regex for matching 9-23 digits with any number of spaces or dashes inbetween

regex

.NET regex matching

c# regex matching

How to implement basic syntax highlighting in Winforms RichTextBox?