in reply to search for vertical bars
I think what you mean to say is:
if(param("des") =~ m[\|] || param("title") =~ m[\|]) { &inerror("You cant include |'s in your text"); } [download]