Regular Expressions 101

Sponsors

Library entries

1
javascript

Match only ONE letter after a number

no description available
Submitted by padre629 - 7 years ago
1
javascript

V8 Stack

Parses the V8 StackFrames
Submitted by anonymous - 7 years ago
1
javascript

ngResource

no description available
Submitted by anonymous - 7 years ago
1
javascript

defmodule regex

no description available
Submitted by Jakub Hajto - 7 years ago
1
javascript

Functions, macros and protocols

no description available
Submitted by anonymous - 7 years ago
1
javascript

[A-Za-z0-9-]+

no description available
Submitted by anonymous - 7 years ago
1
javascript

java

no description available
Submitted by anonymous - 7 years ago
1
javascript

Lookbehind - Javascript

no description available
Submitted by Matheus Siqueira - 7 years ago
1
javascript

Split Java Stack Traces

no description available
Submitted by anonymous - 7 years ago
1
javascript

Phone Number

Between 8 and 10 Digits, no spaces
Submitted by anonymous - 7 years ago
1
javascript

Add ngInject to all files

no description available
Submitted by anonymous - 7 years ago
1
javascript

add ngInject

no description available
Submitted by anonymous - 7 years ago
1
javascript

RGX lj-ARRAY

RGX lj-ARRAY
Submitted by LJARRAY - 7 years ago

US Zip Code Validation

Vote

1

Regular Expression
javascript

/
^(?!0{5})(?!0{4})[0-9]{5}$
/
gm

Description

Loading markdown...
Submitted by Ashish - 8 years ago