en:tcmediainfo:documentation:script_strtrim
StrTrim
Function return the text with trimmed out leading and trailing whitespaces.
StrTrim(string [, flag])
string | Source string. |
flag | Operation type: 1 - trimming leftmost whitespaces 2 - trimming rightmost whitespaces 3 - (default) trimming both. |
Remarks
Whitespaces are trimmed: Space, Tab, Carriage return, Linefeed.
en/tcmediainfo/documentation/script_strtrim.txt · Последнее изменение: 2019/02/12 18:18 — loopback