Please enable JavaScript to use regex101
/
^
r
e
g
e
x
[
\
-
_
]
?
1
0
1
$
/
i
Reg
ular
Ex
pressions
101
Reg
ular
Ex
pressions
101
Upgrade to Pro
Enterprise
Regular Expression
r"
\b[A-Z]{2}\d{10}\b
"
gm
Input 1
1
New
An ISIN code, or international securities identification number, is a 12 digit code consisting of numbers and letters that distinctly identify securities. An example of an ISIN is: LU1234567890 If I have a long text string, how can I detect an ISIN-pattern and extract all the isins from it in Python?
Substitution