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

https://github.com/rustkas/introducing-regular-expressions-by-erlang

The examples implemented here are inspired by the book's source code - https://learning.oreilly.com/library/view/introducing-regular-expressions/9781449338879/
https://github.com/rustkas/introducing-regular-expressions-by-erlang

erlang regular-expression

Last synced: about 1 year ago
JSON representation

The examples implemented here are inspired by the book's source code - https://learning.oreilly.com/library/view/introducing-regular-expressions/9781449338879/

Awesome Lists containing this project

README

          

# Introducing Regular Expressions in Erlang

[Michael Fitzgerald](https://michaeljamesfitzgerald.com/contact/)

Book's [repository](https://github.com/michaeljamesfitzgerald/Introducing-Regular-Expressions).

## Software
- [RegexPal](https://www.regexpal.com/)
- [RegExr](https://regexr.com/)

## rebar3 projects related to book's chapters

* [Chapter 1](code/ch01)
* [Chapter 2](code/ch02)
* [Chapter 3](code/ch03)
* [Chapter 4](code/ch04)
* [Chapter 5](code/ch05)
* [Chapter 6](code/ch06)
* [Chapter 7](code/ch07)
* [Chapter 8](code/ch08)
* [Chapter 9](code/ch09)
* [Chapter 10](code/ch10)