Regular Expressions 101

Community Patterns

PNRPU STUDY PROJECT CS, lab work 6

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(^|(?<=[\s,;:.!?])+)[A-Za-z]+($|(?=[\s,;:.!?]+))
/
gm

Description

Definition of the concept of "word" in accordance with the formulation of the problem.

Submitted by anonymous - a year ago