Gentee Programming Language > Documentation > Libraries | Download documentation |
The method splits a string into substrings taking into account the specified separator.
str.split( arr names of str, uint ch, uint flag )
names of str The array of strings substrings will be written to. ch Separator. flag Flags. $SPLIT_EMPTY Take into account empty substrings. $SPLIT_NOSYS Delete characters <= space on the left and on the right. $SPLIT_FIRST Split till the first separator. $SPLIT_QUOTE Take into account that elements can be enclosed by single or double quotation marks.
![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |