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
- Host: GitHub
- URL: https://github.com/rustkas/regular-expressions-with-dart
- Owner: rustkas
- License: mit
- Created: 2020-07-05T08:24:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T16:31:17.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T10:44:29.941Z (over 1 year ago)
- Language: Dart
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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