Help for this page

Select Code to Download


  1. or download this
    for (s = cmd; *s; s++) {
        if (*s != ' ' && !isALPHA(*s) && strchr("$&*(){}[]'\";\\|?<>~`\n",
    +*s)) {
    ...
            return FALSE;
        }
    }