Regular Expressions 101

Community Patterns

0

rs-reg

PCRE (PHP <7.3)
personal patterns
Submitted by anonymous - 4 years ago

Define and detect custom tag with specific prefix & suffix

1

Regular Expression
ECMAScript (JavaScript)

/
<:([^<:>\s]+?):>
/
gm

Description

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