liquid-labs / regex-repo

Collection of JS regular expressions.
Apache License 2.0
0 stars 1 forks source link

Add string variation to all REs #27

Closed zanerock closed 9 months ago

zanerock commented 9 months ago

Overview

It's useful to have string versions for partial matches and embedding. Let's make a string version of each RE.

Deliverables

Additional changes

zanerock commented 9 months ago

Work for this issue will begin begin on branch work-liquid-labs/regex-repo/27.