B
Bill Nguyen
VS magazine 11 04 shows how to use regular expression fro parsing text file.
I have problem storing the following expression in a string variable:
^\s*(<q1>("|'))(?<firstname>.*)\k<q1>\s*$
the single quote (') turns the rest of the string into an in line comment!
Can you please how to handle this?
Thanks
Bill
I have problem storing the following expression in a string variable:
^\s*(<q1>("|'))(?<firstname>.*)\k<q1>\s*$
the single quote (') turns the rest of the string into an in line comment!
Can you please how to handle this?
Thanks
Bill