Variables | |
$GLOBALS ["uripatternbar"] = '/^((http|https):\/\/([a-zA-Z0-9\/\.\-\_])+\/([a-zA-Z0-9])+)$/i' | |
$GLOBALS ["uripatternhash"] = '/^((http|https):\/\/([a-zA-Z0-9\/\.\-\_])+\#([a-zA-Z0-9])+)$/i' | |
$GLOBALS ["prefixpatternname"] = '/([a-zA-Z0-9])+\:([a-zA-Z0-9])+/i' | |
$GLOBALS["uripatternbar"] = '/^((http|https):\/\/([a-zA-Z0-9\/\.\-\_])+\/([a-zA-Z0-9])+)$/i' |
Reg Exp for URI patterns and prefixes
$GLOBALS["uripatternhash"] = '/^((http|https):\/\/([a-zA-Z0-9\/\.\-\_])+\#([a-zA-Z0-9])+)$/i' |
$GLOBALS["prefixpatternname"] = '/([a-zA-Z0-9])+\:([a-zA-Z0-9])+/i' |