Regular Expressions 101

Sponsors

Library entries

0
golang

domain

ss
Submitted by sssssss - 8 days ago
0
golang

Semver split

"1.2.3" Group 1: 1 Group 2: 2 Group 3: 3
Submitted by Icaruk - 10 days ago
0
pcre

semantic tags

semantic tags
Submitted by anonymous - a month ago
0
golang

Kt SDK V2

kt SDKV2
Submitted by anonymous - a month ago
0
golang

GO SDK V2

Go SDK v2
Submitted by anonymous - a month ago
0
golang

REACT SDK V3

React SDK V3
Submitted by anonymous - a month ago
1
pcre

URL Validator (HTTP and HTTPS)

Validate one URL HTTP and HTTPS
Submitted by Joaquim - a month ago
0
pcre

Mysite

Hello
Submitted by anonymous - a month ago

i want regex for for following string"abcabcabcabc,*,123412341234"

Vote

1

Regular Expression
pcre

/
^([0-9a-fA-F]{12},)*[^,]$
/

Description

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