How to translate this input surrounding? #131
-
I see the custom surrounding system for input = { find = "%b[]", extract = "^(%[[^%s%[%]]*%s*).*(%])$" }, How do I translate it to the new system? The guide in the documentation can't be applied because ane pattern for |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Sep 22, 2022
Replies: 1 comment 1 reply
-
I am not sure why documented approach wouldn't work. Does next setting behave not the same as this one? input = { "%b[]", "^%[[^%s%[%]]*%s*().*()%]$" }, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xigoi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure why documented approach wouldn't work.
Does next setting behave not the same as this one?