Regular Expressions 101

Community Patterns

Detect space kernel between characters

0

Regular Expression
PCRE (PHP <7.3)

/
(?!^)(?!$)
/
gmi

Description

Detect space kernel between characters

Submitted by anonymous - 2 years ago