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/
- Host: GitHub
- URL: https://github.com/rustkas/introducing-regular-expressions-by-erlang
- Owner: rustkas
- License: mit
- Created: 2021-07-09T18:13:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T20:16:51.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T15:28:11.477Z (about 1 year ago)
- Topics: erlang, regular-expression
- Language: Erlang
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)