I have a text that contains anything followed by a word that start with either XPOS, POS and HF and ended by -
Example: ABC XPOS2024 - DEF POS340903 - GHI HF3948329 - ...
How to extract XPOS2024 , POS340903 , HF3948329 using regular expression?
I have a text that contains anything followed by a word that start with either XPOS, POS and HF and ended by -
Example: ABC XPOS2024 - DEF POS340903 - GHI HF3948329 - ...
How to extract XPOS2024 , POS340903 , HF3948329 using regular expression?