Regular Expressions 101

Community Patterns

turkish translations

1

Regular Expression
PCRE (PHP <7.3)

/
([\S]*) {2,}([\p{L}\p{Nd}\w- \<\>\[\]\&\$\/\*\+\,\'\:\(\)\.!#\?=%]*)
/
g

Description

regex to allow unicode chars & digits in config values

Submitted by scopevale - 9 years ago