go.strings
Go to Haxe source-to-source compiler
.. | |
---|---|
Builder | A Builder is used to efficiently build a string using Write methods. It minimizes memory copying. The zero value is ready to use. Do not copy a non-zero Builder. |
BuilderPointer | |
BuilderPointerPointer | |
BuilderPointer_asInterface | |
Builder_asInterface | |
Reader | A Reader implements the io.Reader, io.ReaderAt, io.ByteReader, io.ByteScanner, io.RuneReader, io.RuneScanner, io.Seeker, and io.WriterTo interfaces by reading from a string. The zero value for Reader operates like a Reader of an empty string. |
ReaderPointer | |
ReaderPointerPointer | |
ReaderPointer_asInterface | |
Reader_asInterface | |
Replacer | Replacer replaces a list of strings with replacements. It is safe for concurrent use by multiple goroutines. |
ReplacerPointer | |
ReplacerPointerPointer | |
ReplacerPointer_asInterface | |
Replacer_asInterface | |
Strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |