Regular Expressions 101

Community Patterns

Hello World exercise

0

Regular Expression
PCRE2 (PHP >=7.3)

/
Find the "Hello world!" string in the following paragraph:
/
m

Description

Find Hello world!

Submitted by viktomas - 2 years ago