* parse fix

master
Dominika Liberda 2022-04-03 17:40:04 +02:00
parent 1cfc08999a
commit 8952aca3f7
1 changed files with 1 additions and 1 deletions

2
tg.sh
View File

@ -5,7 +5,7 @@ ESCAPE_ALL=false
# _escape_text(input_text)
function _escape() {
sed 's/[`~!@#$%^&*():;<>.,?\|{}=+-_]/\\&/g' <<< "$1"
sed -E 's/[`~!@#$%^&*():;<>.,?\|{}=+-_]/\\&/g'
}
# _unescape_text(input_text)