Regular Expressions 101

Library entries

0
pcre2

入门学习

Submitted by anonymous - 4 hours ago
0
pcre2

exclude square brackets

exclude square brackets
Submitted by tarek - a day ago
0
pcre

strip host port

removes port number from URL
Submitted by pc - 3 days ago
0
java

Martch Letras y Parentesis

Martch Letras y Parentesis
Submitted by Daniel Gonzalez - 4 days ago
0
pcre2

YouTube link parser

Validate an URI to YouTube video.
Submitted by anonymous - 4 days ago

Normalizing data from a string

Vote

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 - 2 months ago