Would it be appropriate for this project to also include version of unescape that cannot fail? Specifically where it would fail at unescaping it just shows the original string, but it continues to try to unescape the rest of the string.
For context I need something with the behavior similar to glib's g_strcompress.
Would it be appropriate for this project to also include version of
unescapethat cannot fail? Specifically where it would fail at unescaping it just shows the original string, but it continues to try to unescape the rest of the string.For context I need something with the behavior similar to glib's g_strcompress.