package
Version:
v0.21.5
Opens a new window with list of versions in this module.
Published: Jul 15, 2022
License: AGPL-3.0, AGPL-3.0-only
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package strutil provide some functions to manipulation string.
Partition split string in 2 part.
Partition("1=2", '=') => "1", "2"
Partition("123", '=') => "123", ""
Source Files
¶
Click to show internal directories.
Click to hide internal directories.