Displaying page
of
pages;
Items to
Title |
Test
Details
Cross-Platform Absolute Path
|
Expression |
^(~?/|[a-zA-Z]:[\\/]).+
|
Description |
Written to tell absolute and relative paths apart (by matching only absolute paths) on *nix or Windows systems, for a cross-platform PHP project. Admittedly there are a few weird edges cases that will outwit the pattern, like the %FOO% anchor things that can be used in windows paths.
|
Matches |
/usr/local/lib | ~/temp | C:\windows\path
|
Non-Matches |
file.ext | ./path/file | ~file
|
Author |
Rating:
Joey Sabey
|
Displaying page
of
pages;
Items to