Returns section of the string before occurrence of the specified delimiter; in case the delimiter does not occur returns the whole string
Value
Delimiter string passed ot split
Returns section of the string before occurrence of the specified delimiter; in case the delimiter does not occur returns the whole string