| View previous topic :: View next topic |
| Author |
Message |
suffering Voice
Joined: 27 May 2005 Posts: 27
|
Posted: Sat Aug 20, 2005 6:19 am Post subject: need a litle help pls |
|
|
aaaaaaaaaaaaaaaaaaa
Last edited by suffering on Sat Aug 20, 2005 4:02 pm; edited 1 time in total |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Sat Aug 20, 2005 7:23 am Post subject: |
|
|
replace
| Code: | | if {[string match *$salesword* $text]} { |
with
| Code: | | if {[string match -nocase "* $salesword *" $text]} { |
This way it'll match only if the word comes independant in the sentence. _________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
| Back to top |
|
 |
suffering Voice
Joined: 27 May 2005 Posts: 27
|
Posted: Sat Aug 20, 2005 7:55 am Post subject: |
|
|
| enx man |
|
| Back to top |
|
 |
|