Hi,
Does anyone can help me create an autocorrection script if I want to correct the item through a regular expression?
For example:
[A-Z]"-"([A-Z]|[0-9])[0-9]
In my case, "D-AO" has been read, instead of "D-A0". But I want to correct it through regular expression because sometimes the first character is not always "D", it can be any letter from A-Z. And the third character is not always a letter, sometimes it is a number from 0-9.
Can anyone help me with this.
thank you in advance!