Module: LibPath::Constants::Windows::LibPath_Constants_Windows_Details::InvalidCharacters::Innate

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

Overview

Innately invalid characters

Constant Summary collapse

LIST =

The list of characters

[

  "\0",
]
RE =

The regular expression

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