issue with string.collapsespaces()
Dear list, I have the following sample: \starttext \startlua a = "a bc de" context(string.collapsespaces(a)) \stoplua \stoptext Sorry for the stupid question, but isn’t the collapsespaces function intended to remove spaces? What am I missing here? Many thanks for your help, Pablo -- http://www.ousia.tk
Dear list,
I have the following sample:
\starttext \startlua a = "a bc de" context(string.collapsespaces(a)) \stoplua \stoptext
Sorry for the stupid question, but isn’t the collapsespaces function intended to remove spaces?
What am I missing here?
On 2/12/2018 5:00 PM, Pablo Rodriguez wrote: that it collapses multiple spaces into one ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 02/12/2018 05:09 PM, Hans Hagen wrote:
On 2/12/2018 5:00 PM, Pablo Rodriguez wrote:
[...] Sorry for the stupid question, but isn’t the collapsespaces function intended to remove spaces?
What am I missing here?
that it collapses multiple spaces into one Many thanks for your reply, Hans.
I understood “collapse” as “remove”, and obviously they are two different actions. Pablo -- http://www.ousia.tk
participants (2)
-
Hans Hagen
-
Pablo Rodriguez