Published on : August 11, 2020
Title | : | php.trim |
Purpose | : | Remove characters from both sides of a string |
Syntax | : | [php.trim p1=” Hello ” o.set=template.tText /] |
Input Parameter | : | p1: String p2: (Optional) Specifies which characters to remove from the string. |
Return Value | : | Returns the modified string |
Example | [php.trim p1=” Hello ” o.set=template.tText /] |