Code:
on *:TEXT:*:#: {
  if ($regex($1-,(\057))) { echo -a True }
  else { echo -a False }
}


This will match / in a line.