liquid-labs / regex-repo

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

Test use of RE strings for partial string matches and update docs #35

Closed zanerock closed 7 months ago

zanerock commented 7 months ago

Overview

We document that the RE strings can be used to do partial string matches, but we don't really test that. We should test and fix any errors.

Additional changes

zanerock commented 7 months ago

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