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

https://github.com/rustkas/regular-expressions-with-dart

Using regular expression in Dart code examples
https://github.com/rustkas/regular-expressions-with-dart

Last synced: over 1 year ago
JSON representation

Using regular expression in Dart code examples

Awesome Lists containing this project

README

          

# Regular Expressions with Dart
Using regular expression in Dart code examples

These code examples inspared by folowing books:
* [Mastering Regular Expressions](http://regex.info/book.html) by Jeffrey Friedl 2006
* [Regular Expressions Cookbook, 2nd Edition](https://www.oreilly.com/library/view/regular-expressions-cookbook/9781449327453/) by Goyvaerts J., Levithan S. 2012
* [JavaScript Regular Expressions](http://regex.info/book.html) by Loiane Groner, Gabriel Manricks 2015