The following regex, [semester 1] is most definitely a valid regex and it means matching any character in the square bracket. However, this is reflected as an invalid regex by the Jar file.
This should not be the case. As an experienced user at regex, I am expecting the "regex" in this app to function exactly as how regular regex functions.
The following regex,
[semester 1]
is most definitely a valid regex and it means matching any character in the square bracket. However, this is reflected as an invalid regex by the Jar file. This should not be the case. As an experienced user at regex, I am expecting the "regex" in this app to function exactly as how regular regex functions.