Closed brigadier closed 1 month ago
Besides triple-quoted strings there are also sigils such as
~B"абв" = ~B|абв| = <<"абв"/utf8">>
~B`абв\1` = <<"абв\\1"/utf8>>.
and a few other variants, with different behaviour with regard to delimiters and escape sequences
https://www.erlang.org/blog/highlights-otp-27/
It would be nice to have support for triple-quoted strings and sigils which were introduced in erlang 27
https://erlangforums.com/t/string-sigils-in-erlang-otp-27/3018