Regular Expressions 101

Community Patterns

4

import url image

Python
import url image
Submitted by bartimeys - 8 years ago

Get <NIC>

1

Regular Expression
Python

r"
<NIC>[\s\S]*?<\/NIC>
"
gm

Description

Loading markdown...
Submitted by anonymous - 4 months ago