Regular Expressions 101

Regex Capture String

2

Regular Expression
PCRE (PHP <7.3)

/
(.*)(1999 - Pizza & Cheese)(.*)(\..*)
/

Description

Capture out Parts using regular expressions

Submitted by Brandon - 10 years ago