Zander
Zander copied to clipboard
Regular expression for matrix information. I.e. parse structured blocks of information from csv or excel files (or similar 2d matrixes)
Write about how this lib relates to generalized regex.
Should have link to fsproject site and more documentation on NuGet page.
It would make sense to create a type provider for a given expression. This will make the library more useful.
- [ ] \c : cell ? Empty or with value - [ ] \v : cell with value - [x] _ : empty cell
https://github.com/wallymathieu/Thompson_Regex
http://blog.sigfpe.com/2009/01/fast-incremental-regular-expression.html