https://github.com/StefanSchroeder/Golang-Regex-Tutorial
Golang - Regular Expression Tutorial
https://github.com/StefanSchroeder/Golang-Regex-Tutorial
go regex tutorial
Last synced: 16 days ago
JSON representation
Golang - Regular Expression Tutorial
- Host: GitHub
- URL: https://github.com/StefanSchroeder/Golang-Regex-Tutorial
- Owner: StefanSchroeder
- Created: 2012-09-08T20:18:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T13:54:32.000Z (over 2 years ago)
- Last Synced: 2025-04-08T16:08:27.058Z (about 1 month ago)
- Topics: go, regex, tutorial
- Language: Perl
- Size: 104 KB
- Stars: 1,149
- Watchers: 47
- Forks: 142
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - Golang-Regex-Tutorial - Regular Expression Tutorial (Repositories)
README
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)
Golang-Regex-Tutorial
=====================Golang - Regular Expression Tutorial
This is a regular expression tutorial for Go, the language.
- [Introduction](01-chapter0.markdown)
- [Part 1: The basics](01-chapter1.markdown)
- [Part 2: Advanced](01-chapter2.markdown)
- [Part 3: Cookbook](01-chapter3.markdown)
- [Part 4: Alternatives](01-chapter4.markdown)Go to http://www.golang.org for more information about Go.
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License.
I am planning to setup gh-pages: http://stefanschroeder.github.io/Golang-Regex-Tutorial/
[A Chinese version translated](zh/) by [B1nj0y](https://github.com/gingerhot).