Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
基本介绍
gregex
提供了对正则表达式的支持,底层是对标准库regexp
的封装,极大地简化了正则的使用,并采用了解析缓存设计,提高了执行效率。
使用方式:
Code Block | ||
---|---|---|
| ||
import "github.com/gogf/gf/v2/text/gregex" |
接口文档:
https://pkg.go.dev/github.com/gogf/gf/v2/text/gregex
相关文档
Children Display | ||||
---|---|---|---|---|
|
Panel | ||
---|---|---|
| ||
|