Displaying page
of
pages;
Items to
Title |
Test
Details
Parse file path
|
Expression |
^(?<1>.*[\\/])(?<2>.+)\.(?<3>.+)?$|^(?<1>.*[\\/])(?<2>.+)$|^(?<2>.+)\.(?<3>.+)?$|^(?<2>.+)$
|
Description |
Parses any file path and extracts directory, file name and extension separately.
|
Matches |
d:\Program Files\Hello.txt | /home/Hello.txt | Hello.txt | .\Hello
|
Non-Matches |
\\Hello\ | Hello\\
|
Author |
Rating:
Not yet rated.
Tim
|
Displaying page
of
pages;
Items to