madisonmay / CommonRegex

A collection of common regular expressions bundled with an easy to use interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy version

Behoston opened this issue · comments

You just apply all regex on create instance of class. IMO is much better to do it in lazy way usign sth like cached properites.