Regular Expressions 101

Community Patterns

-1

GitHub issue link

ECMAScript (JavaScript)
todo
Submitted by sadespresso - 4 months ago

SSID Pattern

0

Regular Expression
.NET (C#)

@"
^(?<!\d)\d{7}(?!\d)
"
gm

Description

Loading markdown...
Submitted by Abhi Reddy - a year ago
(Last modified a year ago)