L
lltaylor
Hello All,
I am writing a small program that allows me to scan inside a file and
extract data.
However I need to extract specific references within that document.
e.g. X100-DB1975
What is the best way to extract references of the type above - is it
using regular expressions.
Regular expressions are a bit of a dark art to me, could someone
provide me with a few pointers how to write a regular expression for a
string of the type.
ANNN-AANNNN
Where A = Number (0 - 9) and N = Alpha (A - Z)
Any help / pointers would be very much appreciated
Thanks
Lloyd
I am writing a small program that allows me to scan inside a file and
extract data.
However I need to extract specific references within that document.
e.g. X100-DB1975
What is the best way to extract references of the type above - is it
using regular expressions.
Regular expressions are a bit of a dark art to me, could someone
provide me with a few pointers how to write a regular expression for a
string of the type.
ANNN-AANNNN
Where A = Number (0 - 9) and N = Alpha (A - Z)
Any help / pointers would be very much appreciated
Thanks
Lloyd