Regular Expressions 101

Library entries

1
pcre

VK Video URL Parser

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

XML Double Tag

no description available
Submitted by Donovan - 7 years ago
1
pcre

Basic Achaea Full Prompt

matches a simple full prompt
Submitted by anonymous - 7 years ago
1
pcre

rxPhones

rips all phones out of memo/text block stores by
Submitted by dano - 7 years ago
1
pcre

Facebook Regex

Facebok
Submitted by anonymous - 7 years ago
1
pcre

renaming movies

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

uk phone numbers

uk phone numbers
Submitted by p4lhip - 7 years ago
1
pcre

~ m|\:\/\/([^\/ ]+)|

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

small version of path select

Selects: /foldera/folderb/
Submitted by RAussi - 7 years ago
1
pcre

phone

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

checks for valid filename

filename.txt Not: .filename.txt
Submitted by RAussi - 7 years ago
1
pcre

date time stamps

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

time stamp english

no description available
Submitted by anonymous - 7 years ago

Web url to image file including capture groups

Vote

1

Regular Expression
pcre

/
^(?:(?:(?<protocol>(?:http|https)):\/\/)?(?:(?<authority>(?:[A-Za-z](?:[A-Za-z\d\-]*[A-Za-z\d])?)(?:\.[A-Za-z][A-Za-z\d\-]*[A-Za-z\d])*)(?:\:(?<port>[0-9]+))?\/)(?:(?<path>[^\/][^\?\#\;]*\/))?)?(?<file>[^\?\#\/\\]*\.(?<extension>[Jj][Pp][Ee]?[Gg]|[Pp][Nn][Gg]|[Gg][Ii][Ff]))(?:\?(?<query>[^\#]*))?(?:\#(?<fragment>.*))?$
/
gm

Description

Loading markdown...
Submitted by anonymous - 5 years ago