Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-15 13:20
Flavor·PCRE2 (PHP)

/
\d{2}[A-Z]{5}\d{4}[A-Z]\d\w{2}
/
gm
Open regex in editor

Description

Detects Indian GST numbers (Goods & Services Tax). Based on https://groww.in/p/tax/gstin

Submitted by anonymous