Documentation ¶
Overview ¶
Package strs -- Go言語の 文字列 についてのサンプルが配置されているパッケージです。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRegister ¶
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。
func RuneByteConvert ¶ added in v0.2.8
func RuneByteConvert() error
RuneByteConvert は、文字列とルーンとバイト列の変換のサンプルです.
func RuneCount ¶ added in v0.2.9
func RuneCount() error
RuneCount -- utf8.RuneCountInString() のサンプルです。
REFERECES ¶
func RuneRawString ¶ added in v0.2.8
func RuneRawString() error
RuneRawString は、Go言語における 文字と文字列とRaw文字列についてのサンプルです
func UsingBuilder ¶ added in v0.2.8
func UsingBuilder() error
UsingBuilder -- strings.Builder を利用したサンプルです.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.