Regular Expressions 101

Community Patterns

UEN regex

0

Regular Expression
PCRE (PHP <7.3)

/
((S|T)([a-zA-Z0-9]{9})|([0-3])(\d{8})([A-Z]))
/
g

Description

Determines if a company's Unique Entity Number is local (Singapore) for ESG FN

Submitted by anonymous - 5 years ago