Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

using regex to skip ahead all characters until a specific sequence of letters is found using negative lookahead

Use regex to match a series of numbers 1-9, with no repetition

c# regex

Is there a DSL for writing Regular Expressions?

regex dsl

How to terminate Matcher.find(), when its running too long?

java regex matcher

How to keep the delimiter while using RegEx?

can't escape dot (.) at my mod_rewrite code

regex .htaccess mod-rewrite

Need RegExp help for Linux Bash grep command to filter out lines containing square brackets

Techniques for extracting regular expressions out of a labeled data set

RegEx to detect if a line doesn't end in a semi colon

regex

Regular Expression to match a quoted string embedded in another quoted string

c# regex

Change RegEx to allow for both English & Japanese characters

php jquery regex

How to check number of different characters using regex?

regex

Is there a program that allows me to design a Regex using a Finite State Machine Graph?

regex state-machine

mysql regex utf-8 characters

mysql regex utf-8

Regex match 2 out of 4 groups

Regular expression for items listed in plain english

java regex

How to allow URLs to contain dots in ASP.NET MVC5?

Extracting patterns from text in R

regex r

Is there a RegEx to validate a Base32 :: RFC 3548

php regex rfc

Replace multiple capture groups using regexp with java

java regex