I would like to know if it is possible to set regex options inside of .matches("(?:.bat)$");?
Note that due to a limitation imposed by my company, I can't use class java.util.regex.Pattern
I would like to know if it is possible to set regex options inside of .matches("(?:.bat)$");?
Note that due to a limitation imposed by my company, I can't use class java.util.regex.Pattern