How can I have Stata look for a quote (") in a string variable?
I tried writing the following, but am getting an error, "too few quotes."
count if regexm(Var1, "'")
Thanks in advance for any ideas.
Erika
I tried writing the following, but am getting an error, "too few quotes."
count if regexm(Var1, "'")
Thanks in advance for any ideas.
Erika