Search

Split A String With Character

Articles

Use this function to split a input string at the specified separator.

Syntax

Split a string with character (input_string, delimiter)

Parameters

Input Parameter Name Description
input_string String value
delimiter Delimiter character or string

Returns

Return value Description
text Returns the split string

Sample

  1. Split a string with character (This is a Test-string, -) = This is a Test,string

To view all the Text functions, click here.

Did you find what you were looking for?