Regular Expressions 101

Community Patterns

Verify Amateur Radio Call Sign meets ITU Format

0

Regular Expression
Python

r"
\A\d?[a-zA-Z]{1,2}\d{1,4}[a-zA-Z]{1,3}\Z
"

Description

no description available

Submitted by Neil Johnson - 8 years ago