Revision history of "Python: Parsing"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 10:57, 30 November 2015Onnowpurbo talk contribs 289 bytes +289 New page: "hello world sample text".split() will split on any whitespace. If you only want to split on spaces "hello world sample text".split(" ") regex version would be something like this ...