User Tools

Site Tools


regex:file_path:drive_letter_and_unc_paths

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

regex:file_path:drive_letter_and_unc_paths [2021/05/20 10:31] – created peterregex:file_path:drive_letter_and_unc_paths [2021/05/20 10:31] (current) peter
Line 3: Line 3:
 <code bash> <code bash>
 \A \A
-(?:[a-z]:|\\\\[a-z0-9_.$\●-]+\\[a-z0-9_.$\●-]+)\\  # Drive+(?:[a-z]:|\\\\[a-z0-9_.$\●-]+\\[a-z0-9_.$\●-]+)\\   # Drive
 (?:[^\\/:*?"<>|\r\n]+\\)*                           # Folder (?:[^\\/:*?"<>|\r\n]+\\)*                           # Folder
 [^\\/:*?"<>|\r\n]*                                  # File [^\\/:*?"<>|\r\n]*                                  # File
regex/file_path/drive_letter_and_unc_paths.1621506661.txt.gz · Last modified: 2021/05/20 10:31 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki