Dear Wiki user, You have subscribed to a wiki page or wiki category on "Devicemap Wiki" for change notification.
The "DataSpec2" page has been changed by rezan: https://wiki.apache.org/devicemap/DataSpec2?action=diff&rev1=34&rev2=35 SplitAndGet:: :: Description: split the input and return a part of the split - :: Parameter - delimiter: the delimiter to use for splitting. If not found, the entire string is part 0. Empty parts are ignored. -1 returns the last part. + :: Parameter - delimiter: the delimiter to use for splitting. If not found, the entire string is part 0. Empty parts are ignored. - :: Parameter - get: the part of the split string to return, 0 based index + :: Parameter - get: the part of the split string to return, 0 based index. -1 is the last part. :: Return: the specified part of the split string :: Error: if the 'get' index does not exist
