Hi
I am looking for replacing text in given file & I am looking for regular expression for replacing text, which matches below cases.
1. ORDER-abc.com2. ORDER.abc.com3. order-abc.com4. order.abc.com5. order-xyz.comSo, basically my regular expression is built on search start with order and ends with .com.This is not a sensitive and text can present in both upper and lower case.Please let me know the regular expression, which should verify in total text file.