<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://wiki.iccup.org/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3AStringUtils%2Fdoc</id>
	<title>Модуль:StringUtils/doc - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.iccup.org/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3AStringUtils%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.iccup.org/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:StringUtils/doc&amp;action=history"/>
	<updated>2026-05-31T02:16:08Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.iccup.org/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:StringUtils/doc&amp;diff=248&amp;oldid=prev</id>
		<title>DarkMuse: Новая страница: «Library for additional string functions in lua.  ==API== {{ApiDocStart|String|link=Module:StringUtils}} {{ApiDoc|startsWith|params=str: string, start: string|description=Checks if a string starts with a certain substring.|returns=boolean}} {{ApiDoc|endsWith|params=str: string, ending: string|description=Checks if a string ends with a certain substring.|returns=boolean}} {{ApiDoc|split|params=inputstr: string, sep: string|description=Splits a string by a give...»</title>
		<link rel="alternate" type="text/html" href="https://wiki.iccup.org/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:StringUtils/doc&amp;diff=248&amp;oldid=prev"/>
		<updated>2024-09-03T20:01:09Z</updated>

		<summary type="html">&lt;p&gt;Новая страница: «Library for additional string functions in lua.  ==API== {{ApiDocStart|String|link=Module:StringUtils}} {{ApiDoc|startsWith|params=str: string, start: string|description=Checks if a string starts with a certain substring.|returns=boolean}} {{ApiDoc|endsWith|params=str: string, ending: string|description=Checks if a string ends with a certain substring.|returns=boolean}} {{ApiDoc|split|params=inputstr: string, sep: string|description=Splits a string by a give...»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Library for additional string functions in lua.&lt;br /&gt;
&lt;br /&gt;
==API==&lt;br /&gt;
{{ApiDocStart|String|link=Module:StringUtils}}&lt;br /&gt;
{{ApiDoc|startsWith|params=str: string, start: string|description=Checks if a string starts with a certain substring.|returns=boolean}}&lt;br /&gt;
{{ApiDoc|endsWith|params=str: string, ending: string|description=Checks if a string ends with a certain substring.|returns=boolean}}&lt;br /&gt;
{{ApiDoc|split|params=inputstr: string, sep: string|description=Splits a string by a given seperator and returns the sections in a table.|returns=table}}&lt;br /&gt;
{{ApiDoc|contains|params=str: string, match: string|description=Checks if a string contains a certain substring.|returns=boolean}}&lt;br /&gt;
{{ApiDoc|trim|params=str: string|description=Trims a string of whitespaces at the start and end.|returns=boolean}}&lt;br /&gt;
{{ApiDoc|nilIfEmpty|params=str: string|description=If the string is empty this will return nil, else the string.|returns=string or nil}}&lt;br /&gt;
{{ApiDoc|isEmpty|params=str: string|description=Checks if a string is empty.|returns=boolean}}&lt;br /&gt;
{{ApiDoc|isNotEmpty|params=str: string|description=Checks if a string is not empty.|returns=boolean}}&lt;br /&gt;
{{ApiDoc|explode|params=str: string, delimiter: string, index: number|description=Splits the given string into pieces and then returns one of the pieces.|returns=string}}&lt;br /&gt;
{{ApiDoc|convertWikiListToHtmlList|params=str: string, delimiter: string|description=transforms a wiki code list (* text) into a html list (ul&amp;amp;li tags)|returns=string}}&lt;br /&gt;
{{ApiDocEnd}}&lt;/div&gt;</summary>
		<author><name>DarkMuse</name></author>
	</entry>
</feed>