Regular Expressions 101

Sponsors

Library entries

0
golang

use in query db( in () )

int&space to 'int',
Submitted by anonymous - a year ago
0
golang

Address

Address check
Submitted by anonymous - a year ago
0
golang

Another regex test

Testing for BetterDiscord chat alias plugin
Submitted by anonymous - a year ago
0
golang

character followed by number

ehehe
Submitted by arahsafari - a year ago
0
golang

Changelog commit template

Changelog commit template
Submitted by anonymous - a year ago
1
golang

SQL comments Big Query

SQL comments on Big Query
Submitted by anonymous - a year ago
1
golang

lsblk-output-regex

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

rtrtr

gtgtg
Submitted by anonymous - 2 years ago
0
golang

Filter 4, 10 digits and email

Test
Submitted by gert rohde - 2 years ago
0
golang

Semantic Versioning

Semantic versioning regex
Submitted by anton-yurchenko - 2 years 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