from a string of text, for example: ['ANT', 'ECUADOR', 'PCP-5453', '0184947', 'ANTi4LTe'] I need to extract only texts that are similar to PCP-5453. this should be:
3 letters one symbol '-' and from 3 to 4 numbers
Im doing it on python, for an app in Anvil.
is there a simple way of doing it?