This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
-
suffering
- Voice
- Posts: 27
- Joined: Fri May 27, 2005 4:34 am
Post
by suffering »
aaaaaaaaaaaaaaaaaaa
Last edited by
suffering on Sat Aug 20, 2005 4:02 pm, edited 1 time in total.
-
Sir_Fz
- Revered One
- Posts: 3794
- Joined: Sun Apr 27, 2003 3:10 pm
- Location: Lebanon
-
Contact:
Post
by Sir_Fz »
replace
Code: Select all
if {[string match *$salesword* $text]} {
with
Code: Select all
if {[string match -nocase "* $salesword *" $text]} {
This way it'll match only if the word comes independant in the sentence.