Parse : Fix exports.

This commit is contained in:
Dmitry Voronin 2024-06-29 22:34:32 +03:00
parent 202f06c7df
commit 6bf182881b
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,7 +1,7 @@
{ ... }: { { ... }: {
text = '' text = ''
_PARSE_ALLOWED_CHARS="_-" export _PARSE_ALLOWED_CHARS="_-"
_PARSE_SPLIT_CHARS="\.\ _-" export _PARSE_SPLIT_CHARS="\.\ _-"
# Parse data and output simplified format. # Parse data and output simplified format.
# Usage: parse_simple <STRING> # Usage: parse_simple <STRING>