regex function to match letter and letter with one digital that doesn't have space in between them
hello all, I have a string "9 035 Assay Activity Testing For Characterization STD4 1 1". and I want to only match with "Assay Activity Testing For Characterization STD4" I tried to use : Regex( :Sample Name, "\d", "", GLOBALREPLACE ); but it dropped the number on the STD, any suggestion? Thanks
dale_lehman