Posted in

Go正则匹配中文总失败?——regexp.MustCompile(`[\p{Han}]+`)背后:Unicode Script属性与Go 1.21+ unicode/norm标准化依赖关系

第一章:Go正则匹配中文失败的典 … Go正则匹配中文总失败?——regexp.MustCompile([\p{Han}]+)背后:Unicode Script属性与Go 1.21+ unicode/norm标准化依赖关系Read more

Posted in

【Go文本正则实战白皮书】:用regexp包精准提取、替换、验证的12种工业级写法(含Rust/Python横向 benchmark)

第一章:Go regexp包核心 … 【Go文本正则实战白皮书】:用regexp包精准提取、替换、验证的12种工业级写法(含Rust/Python横向 benchmark)Read more