C
ChrisC
I will get a user defined patten "XXXXX##', "##XXXXX##", "##XX##XX##",
"XXX" etc. How to break down this string pattern using Regex and
apply it to data;
Pattern "XXXXXXXX##" to break out string "00000078.7\r\n" to get
"00000078.7";
Pattern ""##XX##XX##" to break out string "LB78KL.7l\n" to get "78.7";
etc......
Or what is the best way to do this?
Thanks,
Jerry
"XXX" etc. How to break down this string pattern using Regex and
apply it to data;
Pattern "XXXXXXXX##" to break out string "00000078.7\r\n" to get
"00000078.7";
Pattern ""##XX##XX##" to break out string "LB78KL.7l\n" to get "78.7";
etc......
Or what is the best way to do this?
Thanks,
Jerry