Regular Expressions 101

Community Patterns

IOS3166 Country Code Identification REGEX

7

Regular Expression
Python

r"
(^.+?)\s+(\w{2})\s+(\w{3})\s+(\d{3})
"

Description

IOS3166 Country Code Identification REGEX

Submitted by theitgeek@recu.org.uk - 9 years ago