13 Feb
2024
13 Feb
'24
4:48 p.m.
Michael Guravage schrieb am 13.02.2024 um 14:01:
While reading the documentation I spotted something similar from which I derived this solution:
\setupinteraction[state=start] \def\squeeze#1% { \goto{#1} [url(tel:\ctxlua{context(string.gsub("#1", " ", ""))})] }
ConTeXt has a Lua function to remove spaces. \starttext \cldcontext{string.nospaces("01234 56789")} \stoptext Wolfgang