REGEX expression for finding ship to address of different countries

Viewed 10

I am trying to extract the shipping address from a commercial invoice.

One commercial invoice has ship to destination as Singapore. The other invoice has ship to destination as Hong Kong

How do I write a regex to extract the destination address which ends either with Singapore or Hong Kong ?

0 Answers
Related