Home | History | Annotate | Download | only in docs

Lines Matching full:trim

5571 % Trim leading and trailing spaces off a string.
5574 \gdef\eatspaces #1{\expandafter\trim@\expandafter{#1 }}
5575 \gdef\trim@ #1{\trim@@ @#1 @ #1 @ @@}
5576 \gdef\trim@@ #1@ #2@ #3@@{\trim@@@\empty #2 @}
5578 \unbrace{\gdef\trim@@@ #1 } #2@{#1}
5581 % Trim a single trailing ^^M off a string.