-
Hi, Little question, in our app we handle a lot of "dynamic" templates supplied by users, sometimes they use invalid characters as vairables Many thanks for your work and cool library. |
Beta Was this translation helpful? Give feedback.
Answered by
mitsuhiko
Apr 8, 2024
Replies: 1 comment
-
In this particular case you can enable the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mitsuhiko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this particular case you can enable the
unicode
feature which makes such valid variable names valid. And yes, you can normally handle that error by matching on the return value and inspect theErr(..)
.