//
pkg.gl
Category
github.com/AlaxLee/easyregexp
repository
package
1.0.1
Repository:
https://github.com/alaxlee/easyregexp.git
Documentation:
pkg.go.dev
Overview
Dependencies
6
Dependents
1
#
README
easyregexp
以前用perl使用正则表达式习惯固化了,打算封装一下标准包,提供一些能快速处理文本的方法
支持以下方法:
Match
Catch
CatchAll
ReplaceAll
Split
输入参数可以是 string / []byte / io.Reader