Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanschroeder/golang-regex-tutorial
Golang - Regular Expression Tutorial
https://github.com/stefanschroeder/golang-regex-tutorial
go regex tutorial
Last synced: 9 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T13:54:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T23:43:19.313Z (23 days ago)
- Topics: go, regex, tutorial
- Language: Perl
- Size: 104 KB
- Stars: 1,157
- Watchers: 48
- Forks: 144
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png)](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).