T
Tem
I need to write a regex pattern that matches (somethingA|somethingB) and
replace it with text on the left side of |
Input
"(something) something (somethingA|somethingB) something
(somethingC|somethingD) (something) something"
Output
"(something) something (somethingA) something (somethingC) (something)
something"
Thanks
Tem
replace it with text on the left side of |
Input
"(something) something (somethingA|somethingB) something
(somethingC|somethingD) (something) something"
Output
"(something) something (somethingA) something (somethingC) (something)
something"
Thanks
Tem