LTRIM in JS
Description
Unfortunately, this function is not available in JavaScript, but it can be implemented using regular expressions.
Sample Source Pattern
Implementation Example
Arguments
string
: String expression to remove blank spaces.
Return Type
String.
Examples
Last updated