word definition

KMandalia
Posts: 301
Joined: Fri Jul 09, 2004 3:50 pm

word definition

Post by KMandalia »

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?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

word definition

Post by mark »

What's your actual query with dots and what document has that in it?

For , to be taken literally you need to put the term in quotes as discussed in the other thread about punctuation.
Post Reply