Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 625 Bytes

2016-10-12-The-usefulness-of-generalized-regular-expressions.md

File metadata and controls

7 lines (6 loc) · 625 Bytes
layout title date
post
The usefulness of generalized regular expressions
2016-10-12 20:30:07 +0200

It's not obvious at first thought that there are applications for generalized regular expression engines. During my career, the regular kind has been the most prevalent kind. For certain problems, there is a simple pattern matching, that regular expressions excel at. For instance, in the case when you have a matrix with relatively regular content, it can be thought of as a general type of expressions. I've created the library Zander to help with that type of problem.