Regular Expressions 101

Community Patterns

タグとコードのリジェックス

0

Regular Expression
ECMAScript (JavaScript)

/
(?<tag>\w+)\s?=\s?(?<code>.*$)
/
gm

Description

no description available

Submitted by anonymous - 6 years ago