Regular Expressions 101

Community Patterns

1

emoji-test.txt

Python
emoji-test.txt
Submitted by anonymous - a month ago

Normalizing data from a string

0

Regular Expression
Python

r"
\w\s(?P<type>\S+)\s(?P<name>\S+)\s(?P<model>\S+)\s(?P<code>\S+)\s(?P<serial_number>\S+)\s(?P<in_charge>\S+\s\S+\s\S+)
"
g

Description

Loading markdown...
Submitted by SevebFeet - 6 months ago