Regular Expressions 101

Community Patterns

1

Lab3

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

Project

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

To find all the text in a paragraph ignoring numeric and special chare

0

Regular Expression
PCRE (PHP <7.3)

/
([a-zA-Z,.:;\s]+)
/
g

Description

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