Regular Expressions 101

Community Patterns

Validate Steam Game Keys

1

Regular Expression
PCRE (PHP <7.3)

/
^[A-Z\d]{5}-[A-Z\d]{5}-[A-Z\d]{5}$
/

Description

Like SSD32-SDAV2-DS112

Submitted by chikaldirick - 8 years ago