mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
68 lines
754 B
Go
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() {
|
|
|
|
}
|