Regular Expressions 101

Library entries

0
pcre

split on dollar sign

no description available
Submitted by anonymous - 9 years ago
0
pcre

match text between two <br/> tags.

no description available
Submitted by gordie - 9 years ago
0
javascript

filename split

Splitting file names
Submitted by Miloš Ratković - 9 years ago
0
pcre

seasons

no description available
Submitted by anonymous - 9 years ago
0
pcre

first word plus string

first word and resulting string
Submitted by anonymous - 9 years ago
0
pcre

html text grep

no description available
Submitted by Cyrbil - 9 years ago

Match_Between_Nth_And_Nth+1_Occurence_Of_Character_Square_Brackets

Vote

0

Regular Expression
javascript

/
(?:(?:.*?\|\s?){2})\[(.+?)\](?:(?=\s?$)|(?=\s?\|))
/
i

Description

Loading markdown...
Submitted by Connor Goddard - 8 years ago