RegEx/Unix/FileSystemType.regex.txt

# Matches a File System Type (described in /proc/filesystems)
(?m)^(?<NoDevice>nodev)?\s*?(?<FileSystemName>\S+)(?:.*$) # Then match until the end of the line.