We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
edaa60b
Add support for escaped characters within fallback values.
e407ca5
Updated pattern to not include any empty flags at the beginning of the regexp ((?)), reducing the possibility of bad things happening.
(?)
df93108
Quick code cleanup, removing an unused compact() func that was left behind after split() was introduced.
compact()
split()
5991755
Add support for unicode characters and escaped delimiters. Thanks, @samgd!
c20cf0b
Add additional tests and error messages for invalid usage.
e851514
Update valid fallback characters to include a broader range, even allowing the use of other fallback values.
1679b98
Updated flag placement from left side to right side, following the convention used in most languages.
9e75108
Updated internal wording and formatting of code. Add additional tests.
ed32028
Initial release!