Regular Expressions 101

Community Patterns

Find the second word

1

Regular Expression
PCRE (PHP <7.3)

Description

Find the second word in a string. EX string: "First Second Third" The output will be: Second

Submitted by oxido - 8 years ago