Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
PCRE (PHP <7.3)

/
(?<cod_prog>[1-9]\d*)\.(?<num_avv>[1-9]\d*)
/

Description

Match valid AAMS event id: "Programma"."Num.Avvenimento"

Submitted by sethmorley - 10 years ago