举报投诉联系我们 手机版 热门标签 鳄鱼CMS
您的位置:鳄鱼CMS > goframe教程 GoFrame gregex-基本使用

goframe教程 GoFrame gregex-基本使用

2023-05-24 22:31 GoFrame教程

goframe教程 GoFrame gregex-基本使用

goframe教程 GoFrame gregex-基本使用

goframe教程

一个简单示例:

package main

import (
	"fmt"
	"github.com/gogf/gf/v2/text/gregex"
)

func main() {
	match, _ := gregex.MatchString(`(w+).+--s*(.+)`, `GF is best! -- John`)
	fmt.Printf(`%s says "%s" is the one he loves!`, match[2], match[1])
}

执行后,输出结果为:

John says "GF" is the one he loves!


阅读全文
以上是鳄鱼CMS为你收集整理的goframe教程 GoFrame gregex-基本使用全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 鳄鱼CMS eyucms.com 版权所有 联系我们