Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search and replace
Message
From
23/01/2004 14:18:12
 
 
To
23/01/2004 14:01:43
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00869816
Message ID:
00870063
Views:
15
Not to stress to you, but ( dot , ... ) :
PrefixChars = "., "
if  right(mytext, len('xxx'))==lower('xxx') and LEFT(RIGHT(mytext,1+len('xxx')),1) $ m.PrefixChars
    * do it again
endif
In general, for a set of prefix chars and a set of suffix chars,
a complex matching machine is need.

With only, space separators this task is more simple.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform