Regular Expressions 101

Community Patterns

-1

rtrtr

Golang
gtgtg
Submitted by anonymous - 3 years ago
0

Filter 4, 10 digits and email

Golang
Test
Submitted by gert rohde - 3 years ago
0

Log Data Parsing

Golang
parse log data
Submitted by anonymous - 3 years ago
0

ISO8601-utc-time

Golang
no description available
Submitted by johndunne - 3 years ago
0

ISO8601-duration

Golang
no description available
Submitted by johndunne - 3 years ago
0

MYISAM

Golang
no description available
Submitted by anonymous - 3 years ago
0

LONG BLOB

Golang
no description available
Submitted by anonymous - 3 years ago

ISO8601-duration

0

Regular Expression
Golang

`
^P((?P<year>\d+)Y)?((?P<month>\d+)M)?((?P<day>\d+)D)?(T((?P<hour>\d+)H)?((?P<minute>\d+)M)?((?P<second>\d+)S)?)?$
`

Description

Loading markdown...
Submitted by johndunne - 3 years ago