Closed jonassobotta closed 3 months ago
In the example I used for the pattern annotation I had a typo in the pattern; [a-Z] is not a valid regex, therefore I changed it to [a-z]
In the example I used for the pattern annotation I had a typo in the pattern; [a-Z] is not a valid regex, therefore I changed it to [a-z]