You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 26 Next »

基本介绍

gregex提供了对正则表达式的支持,底层是对标准库regexp的封装,极大地简化了正则的使用,并采用了解析缓存设计,提高了执行效率。

  • 当函数名中有 All 的时候,它会继续查找非重叠的后续并返回 slice
  • 当函数名中有 String 的时候,参数及返回值都是 string,否则为 []byte

使用方式:

import "github.com/gogf/gf/v2/text/gregex"

接口文档

https://pkg.go.dev/github.com/gogf/gf/v2/text/gregex

相关文档





Content Menu

  • No labels