when i add
if $regex($1-,/\S $+ $chr(44) $+ \S/) { } it don't give the result i want.
I need to like this..
if (, !isin $1) { run command }
where if there is a space before a comma, after it.. or both... it will halt.
Or did i use $regex wrongly? (me not used to $regex)