So I know that pattern compilation for regular expression in java has OR statement of characters, like [abc] means 'a' or 'b' or 'c', but is there any way of saying
"helloWorld" or "goodbyeEveryone"?
Thanks a lot in advance.
So I know that pattern compilation for regular expression in java has OR statement of characters, like [abc] means 'a' or 'b' or 'c', but is there any way of saying
"helloWorld" or "goodbyeEveryone"?
Thanks a lot in advance.