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.

prolly trivial - what's the difference?

Old posts that have not been replied to for several years.
Locked
N
Nexus6
Op
Posts: 114
Joined: Mon Sep 02, 2002 4:41 am
Location: Tuchola, Poland

prolly trivial - what's the difference?

Post by Nexus6 »

Code: Select all

set spam_words {
 *www.*
  *server*
  "*/j *"
}
In one script some spam words are put into "" and some aren't and I wonder it there is a difference between, for example *www.* and "*www.*"

Thanks
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

In *www.* and "*www.*" there's no difference. You mainly need quotes when you want to have spaces in the string.
Locked