I'm trying to create an enum which holds the regex string, while making sure that the pattern only compiles once because I'm trying to create an enum which holds the re
I'm trying to create an enum which holds the regex string, while making sure that the pattern only compiles once because I'm trying to create an enum which holds the re