PtokaX forum

Archive => Archived 5.0 boards => Help with scripts => Topic started by: blackwings on 13 March, 2005, 13:18:35

Title: why does....
Post by: blackwings on 13 March, 2005, 13:18:35
magic chars searhes like this don't work in PM??? = local adverFind = "%p[^%.]+%p%S+"
if adverFind then
Or this = local _,_,tSigns = string.find(data, "([%.%_%-%+%?%&%*%=%!%#%|%?%?%?%?%@%$%%%^])")
Title:
Post by: plop on 14 March, 2005, 17:38:31
QuoteOriginally posted by blackwings
magic chars searhes like this don't work in PM??? = local adverFind = "%p[^%.]+%p%S+"
if adverFind then
Or this = local _,_,tSigns = string.find(data, "([%.%_%-%+%?%&%*%=%!%#%|%?%?%?%?%@%$%%%^])")
i have no idea what your trying 2 do on the 1st 1.
the 2nd has escapes for things which shouldn't be escaped, or can be found with %p.

plop