it fixed the xxxx-xxxx-x problem.
Observations:
[+\-]=\$?[\digit,]+\.=\digit{2} for currency doesn't work. It appears to be doing linear search even though that option is off. May be need to change the word expression or do some other tweaks in search scripts.
I read the thread mentioned earlier. I think I need to have ',' indexed as a coma rather than a word separator. I tried putting quotes around it with no avail.I need to search for terms like xxx,xxx,xxx. I think this applies to currency word expression as well.
[\alnum.]{1,70} doesn't help me search for short forms like a.b.c.d xxxxx yyyyyy. I also tried [\alnum\.]{1,70}
Any help?
Observations:
[+\-]=\$?[\digit,]+\.=\digit{2} for currency doesn't work. It appears to be doing linear search even though that option is off. May be need to change the word expression or do some other tweaks in search scripts.
I read the thread mentioned earlier. I think I need to have ',' indexed as a coma rather than a word separator. I tried putting quotes around it with no avail.I need to search for terms like xxx,xxx,xxx. I think this applies to currency word expression as well.
[\alnum.]{1,70} doesn't help me search for short forms like a.b.c.d xxxxx yyyyyy. I also tried [\alnum\.]{1,70}
Any help?