I want to create a dictionary that looks at an incoming string which is an appeal code, for example 15XT4113M and translates it into 15XT. If I were writing a program I would normally use left$([field],4). Is there an equivalent regular expression?
Marie Minardi
I want to create a dictionary that looks at an incoming string which is an appeal code, for example 15XT4113M and translates it into 15XT. If I were writing a program I would normally use left$([field],4). Is there an equivalent regular expression?
1 person has this question