Closed krishnasajja closed 6 years ago
I noticed that the link text is case sensitive now. Is there any way to pass a flag to ignore case when checking for the link text?
You could build a case-insensitive regular expression for this:
https://stackoverflow.com/questions/3436118/is-java-regex-case-insensitive
I noticed that the link text is case sensitive now. Is there any way to pass a flag to ignore case when checking for the link text?