Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Applying a regular expression to a Java I/O Stream [closed]

What's the shortest regex that can match non-zero floating point numbers with any number of decimal places?

c# regex numbers match

emacs: is there a way to specify a case-insensitive search in a regexp?

regex emacs

regex to validate a message-ID as per RFC2822

regex email rfc2822

Matching specific unicode char in haskell regexp

regex macos unicode haskell

C# Multiple Regex Replaces on String - Too Much Memory

What happens when you compile regular expressions?

regex language-agnostic

Slower than expected Java regex performance

java php regex

perl regex for extracting multiline blocks

regex perl

YAPE::Regex::Explain not working with use 5.014;

regex perl

Validate a Boolean expression with brackets in C#

Mongodb simple prefix query with regex and sort is slow

regex mongodb sorting indexing

Mathematical Set Validation with regular-expression

java regex

Strange issue with `(.*)*`, `(.*)+`, `(.+)*` in Java regex

java regex

How to add Lua functions to the Notepad++ functionList.XML

xml regex lua notepad++

Why does splitting on `(?!^)` and `(?<!^)` produce the same answer?

java regex

Strange results when using C++11 regexp with gcc 4.8.2 (but works with Boost regexp) [duplicate]

c++ regex gcc c++11 gcc4.8

R merge data frames, allow inexact ID matching (e.g. with additional characters 1234 matches ab1234 )

r regex dataframe merge

.htaccess rewrite rule remove everything after RK=0/RS=

Django Field Regex Validation

regex django