Module: LibPath::Constants::Windows::LibPath_Constants_Windows_Details::InvalidCharacters::PathSeparators

Defined in:
lib/libpath/constants/windows.rb

Overview

Valid path separator characters

Constant Summary collapse

LIST =

The list of characters

[

  ';',
]
RE =

The regular expression

/[#{LIST.map { |m| Regexp.escape m }.join}]/