<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pakakeh.go/lib/strings/string_example_test.go, branch dev</title>
<subtitle>Collections of packages and tools for working with Go programming language.</subtitle>
<id>http://git.kilabit.info/pakakeh.go/atom?h=dev</id>
<link rel='self' href='http://git.kilabit.info/pakakeh.go/atom?h=dev'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/'/>
<updated>2026-01-15T10:26:33Z</updated>
<entry>
<title>all: convert license and copyright to use SPDX identifiers</title>
<updated>2026-01-15T10:26:33Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-15T10:14:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=7db8c302e1396eda40cd6a1e57f58ed791448556'/>
<id>urn:sha1:7db8c302e1396eda40cd6a1e57f58ed791448556</id>
<content type='text'>
With help of spdxconv tool [1], we able to bulk update all files license
and copyright format to comply with SPDX formats.

[1] https://kilabit.info/project/spdxconv/
</content>
</entry>
<entry>
<title>lib/strings: fix warnings from linter revive</title>
<updated>2023-04-05T16:09:46Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-04-05T16:09:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=e5e55fcd9f98714e2f765a0cc8e52de02dd5ab7a'/>
<id>urn:sha1:e5e55fcd9f98714e2f765a0cc8e52de02dd5ab7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/strings: clean up test codes</title>
<updated>2022-08-03T15:27:33Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-03T15:27:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=ec98ea095fa85b5a4b64bd7ad37414c30d14310e'/>
<id>urn:sha1:ec98ea095fa85b5a4b64bd7ad37414c30d14310e</id>
<content type='text'>
Changes,

* Use test.Data for test that require longer text input and output
* Replace variable declaration ":=" with explicit one.
* Use literal string
</content>
</entry>
<entry>
<title>lib/strings: update comment and example of TrimAlnum</title>
<updated>2021-09-24T17:39:03Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-09-24T17:17:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=703bf7488055bd51f841d2a40b708371f5f80f79'/>
<id>urn:sha1:703bf7488055bd51f841d2a40b708371f5f80f79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/strings: add function Alnum</title>
<updated>2021-09-24T17:39:03Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-09-24T17:11:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=66623443235edcdd838546be9b939bd8274d92e4'/>
<id>urn:sha1:66623443235edcdd838546be9b939bd8274d92e4</id>
<content type='text'>
The Alnum remove non alpha-numeric character from text and return it.
Its accept the string to be cleanup and boolean parameter withSpace.
If withSpace is true then white space is allowed, otherwise it would
also be removed from text.
</content>
</entry>
<entry>
<title>strings: add white space to Split example</title>
<updated>2020-04-23T02:10:24Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2020-04-18T09:59:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=fb1ae01fd7c0997c356f928793584cbf49135399'/>
<id>urn:sha1:fb1ae01fd7c0997c356f928793584cbf49135399</id>
<content type='text'>
Show that the Split function will split the string no matter how many
spaces in them.
</content>
</entry>
<entry>
<title>strings: fix the logic of Split</title>
<updated>2019-10-21T18:30:06Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-10-21T18:28:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=48f14334e6e9af151527a59d3123152ae6ab47b5'/>
<id>urn:sha1:48f14334e6e9af151527a59d3123152ae6ab47b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>strings: move the Uniq function to strings.go</title>
<updated>2019-05-24T17:21:51Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-05-24T14:51:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=d0fa8c718afa1a1c39433082e946b14637f1e606'/>
<id>urn:sha1:d0fa8c718afa1a1c39433082e946b14637f1e606</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge package "github.com/shuLhan/tekstus", part 2/3</title>
<updated>2018-09-17T15:51:20Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-09-15T22:37:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=cdcee0eb01305a18b330d2e3c811091fe5164c11'/>
<id>urn:sha1:cdcee0eb01305a18b330d2e3c811091fe5164c11</id>
<content type='text'>
</content>
</entry>
</feed>
