squirreltown
12 years agoRoku Guru
return
I know this is really basic but i cant find an example that helps me and haven't used this before. here is a regex line that returns true or false in the debugger as it should. ? matchmark.IsMatch(...
if ( matchmark.IsMatch(markone) ) then
' do stuff
else
' do other stuff
end if