The source file format is MS Excel. There are quite a lot tags (e.g., <p>, </p>) in the file (see "Caputre1.jpg"). We want to exclude them in the source segment so we add two regular expressions in Do not tranlsate Tab. But it didn't work.
Please correct the regular expression we used:
^<[^<>]+>$
^\<[a-zA-Z0-9]+?\>$
^\<\/[a-zA-Z0-9]+?\>$
What we expect the source file to look like in Wordbee is as shown in this screenshot (Capture2.jpg).
Capture1
Capture2