Ezekg Xo Versions Save

Command line utility that composes regular expression matches.

0.3.0

7 years ago

Add support for escaped characters within fallback values.

0.2.2

7 years ago

Updated pattern to not include any empty flags at the beginning of the regexp ((?)), reducing the possibility of bad things happening.

0.2.1

7 years ago

Quick code cleanup, removing an unused compact() func that was left behind after split() was introduced.

0.2.0

7 years ago

Add support for unicode characters and escaped delimiters. Thanks, @samgd!

0.1.4

7 years ago

Add additional tests and error messages for invalid usage.

0.1.3

7 years ago

Update valid fallback characters to include a broader range, even allowing the use of other fallback values.

0.1.2

7 years ago

Updated flag placement from left side to right side, following the convention used in most languages.

0.1.1

7 years ago

Updated internal wording and formatting of code. Add additional tests.

0.1.0

7 years ago

Initial release!