Regular Expressions 101

Community Patterns

0

optional

PCRE2 (PHP >=7.3)
optional
Submitted by anonymous - a year ago
0

Barcode Regex

PCRE2 (PHP >=7.3)
Barcode Regex
Submitted by anonymous - a year ago

Remove HTML tags from a string using JavaScript and RegEx

-1

Regular Expression
ECMAScript (JavaScript)

/
(<([^>]+)>)
/
ig

Description

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