Split method

Hello All,
please let me know that can a “jToken” datatype value is illegible to use split method or not ?
if not then what kind of data type values use the split function?
Thanks

Split is a method of the String class, so you would need to get the jToken value as a string.

Basically SPLIT method is of string class
yes ofcourse we can use jToken but it should be casted to String type to make use Split method
Here are list of arguments that can be passed to split method in string class that could let you know what datatype can be used in split method

Cheers @deepa.barode

Thanks @Palaniyappan

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.