BYJ_wntrsnt
2009-03-03 18:39:50 UTC
I wrote: #ReFind("\a[a-z]+\z", j)# to detect a string wirtten in all lower case
such as holywood, but it did not find any
When I did #ReFind("\A[A-Z]+\Z", j)# it detected HOLYWOOD
Have I don something wrong with #ReFind("\a[a-z]+\z", j)# when I want to find
all lower case holywood?
such as holywood, but it did not find any
When I did #ReFind("\A[A-Z]+\Z", j)# it detected HOLYWOOD
Have I don something wrong with #ReFind("\a[a-z]+\z", j)# when I want to find
all lower case holywood?