Forum Discussion
YMinaev
Staff
16 years agoHi,
Try using regular expressions (a regular expression for A1234567890 will be \w\d{10}).
See the "Using Regular Expressions in Scripts" and "Working With Strings" help topics.
Try using regular expressions (a regular expression for A1234567890 will be \w\d{10}).
See the "Using Regular Expressions in Scripts" and "Working With Strings" help topics.