Changeset 1550 in ExiteCMS for trunk/includes/core_functions.php
- Timestamp:
- 07/27/08 14:26:17 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/core_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core_functions.php
r1522 r1550 385 385 $urlregex .= "[a-z0-9+\$_-]+(\.[a-z0-9+\$_-]+)*"; // HOSTNAME or IP 386 386 $urlregex .= "(\:[0-9]{2,5})?"; // PORT (optional) 387 $urlregex .= "(\/([a-z0-9+\$_ -]\.?)+)*\/?";// PATH (optional)387 $urlregex .= "(\/([a-z0-9+\$_%-]\.?)+)*\/?"; // PATH (optional) 388 388 $urlregex .= "(\?[a-z+&\$_.-][a-z0-9;:@/&%=+\$_.-]*)?"; // GET querystring (optional) 389 389 $urlregex .= "(#[a-z_.-][a-z0-9+\$_.-]*)?\$"; // ANCHOR (optional)
Note: See TracChangeset
for help on using the changeset viewer.
