▲ | f1shy 9 days ago | |
Yes. Regex tend to become rather fast write only. One solution is commenting, but is still complex. What I like to do now (in C) is define parts of it. Just a crude example to get the idea:
So at the end I compose the RE with the various parts, which are documented separately. |