Currently, lazy-regex supports string literals only.
Is there any way that constants can be (maybe partially) supported?
As I exploit lazy-regex, my regex's grew more insane and I use const_format to modularize them, but that also means I cannot use lazy-regex any more.