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, "([%.%_%-%+%?%&%*%=%!%#%|%?%?%?%?%@%$%%%^])")
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