Regular Expressions 101

Community Patterns

Find the number after string

0

Regular Expression
PCRE (PHP <7.3)

/
id_itemaddon_set\-(\d+)-
/

Description

Find the numbers after a certain string

Submitted by anonymous - 3 years ago