Following are various examples of Logical Operators using regular expression in java.
Sr.No | Construct & Matches |
---|---|
1 | XYX followed by Y. |
2 | X|YEither X or Y. |
Following are various examples of Logical Operators using regular expression in java.
Sr.No | Construct & Matches |
---|---|
1 | XYX followed by Y. |
2 | X|YEither X or Y. |
Leave a Reply