<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Take_the_first_X_characters_from_a_string</id>
		<title>Take the first X characters from a string - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Take_the_first_X_characters_from_a_string"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Take_the_first_X_characters_from_a_string&amp;action=history"/>
		<updated>2026-05-06T18:32:46Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Take_the_first_X_characters_from_a_string&amp;diff=1018&amp;oldid=prev</id>
		<title>George2: Created page with &quot;&lt;source lang=&quot;java&quot;&gt;  String str = &quot;please truncate me after 13 characters!&quot;; if (str.length() &gt; 16)     str = str.substring(0, 13) + &quot;...&quot;  &lt;/source&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Take_the_first_X_characters_from_a_string&amp;diff=1018&amp;oldid=prev"/>
				<updated>2014-09-20T13:31:11Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;  String str = &amp;quot;please truncate me after 13 characters!&amp;quot;; if (str.length() &amp;gt; 16)     str = str.substring(0, 13) + &amp;quot;...&amp;quot;  &amp;lt;/source&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
String str = &amp;quot;please truncate me after 13 characters!&amp;quot;;&lt;br /&gt;
if (str.length() &amp;gt; 16)&lt;br /&gt;
    str = str.substring(0, 13) + &amp;quot;...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>