Regular Expressions 101

Community Patterns

PHP_Exercise_2

0

Regular Expression
PCRE (PHP <7.3)

/
ticket\/(index|show|create|save|show|delete)(\/[1-9])?
/
g

Description

For a test PHP for my school

Submitted by Rick - 7 years ago