WICOM
 All Data Structures Namespaces Files Functions Variables Pages
Variables
globals.php File Reference

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'
 

Variable Documentation

$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'