Regular Expressions 101

Sponsors

Library entries

1
javascript

turkdevops

Türkiye Geliştirici Operasyonları
Submitted by anonymous - 2 years ago
0
golang

Log Data Parsing

parse log data
Submitted by anonymous - 2 years ago
0
golang

Detecting CJK Chars in Golang!

Detecting CJK Chars in Golang!
Submitted by anonymous - 2 years ago
0
javascript

sentence break

breaks the blobs into sentences
Submitted by Imran A - 2 years ago
0
javascript

CTS Non zero

CTS Non zero regex
Submitted by anonymous - 2 years ago

words without special characters and allow words to be separated by a dash sign

Vote

0

Regular Expression
javascript

/
^([\w\d]+)((?:([\s]{0,1}-[\s]{0,1}|\s)([\w\d])+){0,1})+$
/
gm

Description

Loading markdown...
Submitted by Vijay sasvadiya - 2 years ago