Changes

Jump to navigation Jump to search
Returns a list of strings from <tt>string</tt> split at every
occurrence of <tt>character</tt> (default: space).Adding <tt>"+"</tt> to <tt>character</tt> ignores consecutive occurrences (notproducing the empty string). (default: <tt>" +"</tt>).
''Note'': <tt>character</tt> should consist of only one-byte else only
the first byte will be respected.

Navigation menu