Returns a specified number of characters from the start of a string.
Left(s, count)
- s
- String to operate on.
- count
- Number of characters to return.
The first count characters of s.
If count is greater than the length of s, s
is returned.
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)