<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Python%3A_Parsing</id>
	<title>Python: Parsing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Python%3A_Parsing"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Python:_Parsing&amp;action=history"/>
	<updated>2026-04-27T02:12:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Python:_Parsing&amp;diff=45155&amp;oldid=prev</id>
		<title>Onnowpurbo: New page:    &quot;hello world sample text&quot;.split()  will split on any whitespace. If you only want to split on spaces   &quot;hello world sample text&quot;.split(&quot; &quot;)  regex version would be something like this  ...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Python:_Parsing&amp;diff=45155&amp;oldid=prev"/>
		<updated>2015-11-30T03:57:59Z</updated>

		<summary type="html">&lt;p&gt;New page:    &amp;quot;hello world sample text&amp;quot;.split()  will split on any whitespace. If you only want to split on spaces   &amp;quot;hello world sample text&amp;quot;.split(&amp;quot; &amp;quot;)  regex version would be something like this  ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;hello world sample text&amp;quot;.split()&lt;br /&gt;
&lt;br /&gt;
will split on any whitespace. If you only want to split on spaces&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;hello world sample text&amp;quot;.split(&amp;quot; &amp;quot;)&lt;br /&gt;
&lt;br /&gt;
regex version would be something like this&lt;br /&gt;
&lt;br /&gt;
 re.split(&amp;quot; +&amp;quot;, &amp;quot;hello world sample text&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
which works if you have multiple spaces between the words&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>