I’m currently attempting to correct an issue in OpenAPI generator that affects regex handling with Go language.
I’m not really found of nor experienced in regex handling myself, but I guess I’ve found with the community the cause of the trouble, and now that a fix is applied it’s the time for the widest test possible.
I’d like to find a large list of regular expressions with samples of what matches with them and what doesn’t.
Something like this page I’ve found over the Internet is a good start. But I don’t know if it is complete enough to be representative of the complexities of the regular expressions.
Does a convenient resource exist that can provide many regex to try with their expected results?
Source: Read More