Regular Expressions 101

Sponsors

Library entries

0
pcre2

International names

Regex for international names
Submitted by Pierre Jochem - 4 months ago
0
pcre2

Template regex

Template
Submitted by anonymous - 4 months ago
0
pcre2

title

title
Submitted by anonymous - 4 months ago
0
pcre2

DADOS

CAPTURAR
Submitted by anonymous - 4 months ago
0
pcre2

dc/i

特定の文字移行続く
Submitted by anonymous - 4 months ago
0
pcre2

Print

Print
Submitted by anonymous - 4 months ago
0
pcre2

enum fields to enum mapping

.
Submitted by DenKu1 - 4 months ago

iCalendar property parsing

Vote

0

Regular Expression
python

"
(?P<prop>[\w-]+) # property name (?P<prop_params>; # property params, e.g. dstparams ( [\w/,-]+(=[\w/,-]+)?) # first param key[=val] element (;[\w/,-]+(=[\w/,-]+)?)* # additional key[=val] elements )?: # colon separator between prop and main params (?P<params> # main params ( [\w/,-]+(=[\w/,-]+)?) # first param key[=val] element (;[\w/,-]+(=[\w/,-]+)?)* # additional key[=val] elements )
"
gmx

Description

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