Published on : August 13, 2020
Title:php.chunk_split
Purpose:Split the string after each character and add a “.” after each split.
Syntax:[php.chunk_split p1=”Hello world!” p2=1 p3=”.” o.set=template.csStr/]
Input Parameter
:p1: String
p2: Length(optional)
p2: End(optional)
Return Value:Returns the split string
Example[php.chunk_split p1=”Hello world!” p2=1 p3=”.” o.set=template.csStr/]