Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex to not match partial sequences, but match full ones

javascript regex

Check if string is a prefix of a Javascript RegExp

javascript regex prefix

Parsing a stream without clipping

Ruby 1.9: Regular Expressions with unknown input encoding

C# Regex: Named Group Valid Characters?

c# regex

pgrep -f with multiple arguments

regex bash shell grep

IPv6 validation

Verify if String matches a format String

RegEx to remove repeated start of line using TextWrangler

regex replace textwrangler

Rewriterule .htaccess in subfolder

Python re for custom sequence type

python regex python-2.7

In C# regular expression why does the initial match show up in the groups?

c# regex

How can I add a space in string at capital letters, but keep continuous capitals together using PHP and a Regex?

php regex string

Lookbehind on regex for VBA?

Regex to escape the parentheses

javascript regex

Unbalanced `^` and `$` anchors in Oracle regexp

regex oracle

Vim: sort using multiple patterns

regex sorting vim

What is the difference between `(\S.*\S)` and `^\s*(.*)\s*$` in regex?

regex

non-greedy matching in Scala RegexParsers

Why does preg_replace with /(.*)/ repeat part of string?

php regex preg-replace