Regular Expressions 101

Library entries

1
python

regex to match absolute urls

no description available
Submitted by maq - 8 years ago
1
python

message

no description available
Submitted by anonymous - 8 years ago
1
python

signal

no description available
Submitted by anonymous - 8 years ago
1
python

Regex - global match, multiline

no description available
Submitted by MetalMuzu - 7 years ago
1
python

java

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

PECL: find stable versions

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

Date

Find and ISO format date.
Submitted by Andrew Chalk - 7 years ago
1
python

time

get time in string 33:20 a.m
Submitted by Hoang Phuong - Gia Lai - 7 years ago
1
python

class code regex

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

Java

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

JAva

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

rtxmap

no description available
Submitted by MBE - 7 years ago
1
python

Work Samples

no description available
Submitted by MH - 7 years ago
1
python

Find join

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

Remove console.log() from javascript

no description available
Submitted by xXDGFXx - 7 years ago
1
python

Two digit search.

Trying to understand the two digit lookup.
Submitted by mburke05 - 7 years ago

github user/repo regex

Vote

1

Regular Expression
python

r"
^\#\s* # must start with "#" to indicate beeing a repo. (?:@?@?(?!-)(?P<user>(?:[a-zA-Z0-9]|-(?!-))+[a-zA-Z0-9])(?![^\x00-\x7F]))? # Username part (?:(?<=\#)|[/\s\.](?<!\v))(?P<repo>[a-zA-Z0-9_.-]+)$
"
gmix

Description

Loading markdown...
Submitted by luckydonald - 7 years ago