Golang 正則表達式Regex相關資料整理

Golang 支持的正在表達式是 https://github.com/google/re2/wiki/Syntax 注意這裏提示 NOT SUPPORTED的。html

工具

一些測試正則表達式的工具git

推薦:github

https://regex101.com/
golang

對這個站點的站長採訪: http://www.infoq.com/cn/news/2013/01/RegEx101

https://regex-golang.appspot.com/assets/html/index.html 這裏的源碼在 https://github.com/lukemauldin/rego
正則表達式

以前我一直使用的 RegexBuddy 須要win環境, 對go細節的支持不足, 不推薦。app

教程

https://github.com/StefanSchroeder/Golang-Regex-Tutorial/tree/master/zh
工具

相關文章
相關標籤/搜索