Built-in function split

Built-in function split

SYNOPSIS

import qmlservhandler
built-in function split

DESCRIPTION

split(str [,sep [,maxsplit]]) -> list of strings splitfields(str [,sep [,maxsplit]]) -> list of strings

Return a list of the words in the string s, using sep as the delimiter string. If maxsplit is nonzero, splits into at most maxsplit words If sep is not specified, any whitespace string is a separator. Maxsplit defaults to 0.

(split and splitfields are synonymous)

SEE ALSO

qmlservhandler


Generated by HTMLFormatter at Fri Dec 20 18:58:55 2002