Regular Expressions 101

Library entries

1
golang

Home

Dj dus er geen je een je aan je enige eerst een he we er
Submitted by Webmaster - 16 days ago
1
golang

Siebel Id

no description available
Submitted by anonymous - 7 years ago
1
golang

lsblk-output-regex

Trying to adapt this regex to support LVM.
Submitted by anonymous - 2 years ago
1
golang

SQL comments Big Query

SQL comments on Big Query
Submitted by anonymous - 2 years ago
1
golang

1

11
Submitted by anonymous - 9 months ago

Extract URL parts only named capturing groups

Vote

2

Regular Expression
golang

`
^(?P<scheme>[^:\/?#]+):(?:\/\/)?(?:(?:(?P<login>[^:]+)(?::(?P<password>[^@]+)?)?@)?(?P<host>[^@\/?#:]*)(?::(?P<port>\d+)?)?)?(?P<path>[^?#]*)(?:\?(?P<query>[^#]*))?(?:#(?P<fragment>.*))?
`
gm

Description

Loading markdown...
Submitted by dixanms - a year ago