ID : 5714
Extract/Trim
Commands | Functions |
---|---|
Left | To return a string of the specified number of characters from the left end. |
LTrim | To delete a leading space in a string. |
Mid | To return a string of the specified number of characters at the specified position from the string. |
Right | To return a string of the specified number of characters from the right end. |
RTrim | To delete a tailing space in a string. |
ID : 5714