Regular Expressions 101

Library entries

1
pcre

q

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

IP Address

IPv4 Address Input
Submitted by anonymous - 7 years ago
1
pcre

test

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

anchor from within html tags

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

hjkkk

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

Parse DocBlock tags

Parse DocBlock tags to name & value
Submitted by Jaanus Heeringson - 7 years ago
1
pcre

End with digits

Checks if a string ends with digits
Submitted by Peter Krauß - 7 years ago
1
pcre

CohhCarnage giveaway started

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

Citations

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

A

Aa
Submitted by anonymous - 7 years ago
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

create or change one optional part to another

Vote

1

Regular Expression
pcre

/
(?#skip match process when S exist, or remove optional left most target T, capture left and right part of T. Use case: if N is not exist, modify/change T to N, or create N. If any create or modify write operated, appending output N to right. skip exist:)^(?!.*S)(?# captrue prefix :)^(.*?)(?# optional target to remove:)(?:T|$)(?# captrue postfix:)(.*?)$(?# Test string: aa aaT Tcc aaTcc aaTbbTcc aaS aaTS TccS aaTccS Saa SaaT STcc SaaTcc Substitution: $1$2N Return: aaN aaN ccN aaccN aabbTccN aaS aaTS TccS aaTccS Saa SaaT STcc SaaTcc)
/
gm

Description

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