Remove the occurrences of a specified character at the start and the end of a character string.
Remove the occurrences of a specified character at the start and the end of a character string.
Name | Type | Default | Description |
Return | char* | Abbreviated entry string | |
str | char* | - | Character string which is to be trimmed. The entry string will be changed! |
ch | char | 0 | Character that is to be removed. Only single-byte characters with an Ascii value < 128 are allowed. Higher-order Ascii or Unicode characters can cause InDesign® to crash. 0 : Remove all invisible characters (Blanks, Tabs, Line delimiters, ...) at the start and the end of the string |
Alphabetic index HTML hierarchy of classes or Java