hi, gurus,
i have a problem with a validation program for a text string S.
I want to validate that S starts with string A and ends with another string B.
Both A and B are the sets of different strings.
Is RegEX suitable for this program? Is there agile method to solve it?
Thanks,
xiongfei