Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).