Files
gf/text/gregex/gregex_z_example_test.go
daguang 183d800f4c 📝 add example
2021-11-01 12:17:53 +08:00

68 lines
754 B
Go

// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
package gregex_test
func ExampleIsMatch() {
}
func ExampleIsMatchString() {
}
func ExampleMatch() {
}
func ExampleMatchAll() {
}
func ExampleMatchAllString() {
}
func ExampleMatchString() {
}
func ExampleQuote() {
}
func ExampleReplace() {
}
func ExampleReplaceFunc() {
}
func ExampleReplaceFuncMatch() {
}
func ExampleReplaceString() {
}
func ExampleReplaceStringFunc() {
}
func ExampleReplaceStringFuncMatch() {
}
func ExampleSplit() {
}
func ExampleValidate() {
}