Joseph Wright
Joseph Wright
https://github.com/latex3/latex3/pull/1280 perhaps? I could look at having the nature of the match as a selectable function (e.g. have a comma list of all Unicode classes that count).
@moewew Could you have another look here? Now we are using Unicode char classes, we get the 'right' outcome for all of the examples ```latex \test{"`lorem"'} \test{\glqq lorem\grqq} \test{lorem} \test{!lorem}...
E.g. https://github.com/latex3/hyperref/issues/326
Also https://github.com/latex3/hyperref/issues/315 - we will need a full example and `.log`, and it will probably point to an issue with another package or class
> What's the meaning of "non-significant trailing zeros" here? Zeros coming after the last non-zero digit, so `1.010` becomes `1.01` for example.
Do we need any action here? Zero filling is a 'display' thing, I suspect.
Alternatively, @muzimuzhi fancy writing a PR? ;)
> > Do we need any action here? Zero filling is a 'display' thing, I suspect. > > might be nice to add. While it is mostly about display, given...
Or `pad()`?
> What exactly would `,` be? `` is 'a value to be padded': as we are dealing with real functions, that is of course 'an expression which produces a value'....