I am new to regular expressions. I am using java regular expressions to match the following cases:
- DOC_BS [\bDOC_[A-Z]+] and it works fine
- DOC_BS1
How can i match both of the above statements in single regular expression statement. Thanks.
I am new to regular expressions. I am using java regular expressions to match the following cases:
- DOC_BS [\bDOC_[A-Z]+] and it works fine
- DOC_BS1
How can i match both of the above statements in single regular expression statement. Thanks.