Hi all ,
i have a string var containing info like this.
STRING = "Are you posting in the most appropriate place PKG0620_REL_23_Nov_2010 to receive relevant replies"
So, my program will ask only "PKG0620" info to be given by the user which i am storing in SEARCH var.
SEARCH = "PKG0620".
========================================================================================
So i want to know how to extract the "PKG0620_REL_23_Nov_2010" info in separate variable (MATCHINFO) using regular expression..
Please Help