check For Illegal Characters
Check the passed string whether it contains any of the following characters:
/
<
>
:
"
\
|
?
*
#
%
&
{
}
$
!
@
+
´
`
=
Return
true
if none of these characters were found.
Author
Griefed
Parameters
text
The text you want to check.