VFSPath.IsMatch(Regex).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFSPath

VFSPath.IsMatch(Regex) Method

Indicates whether the specified regular expression finds a match in the path.

public bool IsMatch(System.Text.RegularExpressions.Regex regex);

Parameters

regex System.Text.RegularExpressions.Regex

The regular expression to match.

Returns

System.Boolean
true if the regular expression finds a match; otherwise, false.

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.VFSPath
  2. 1VFSPath.IsMatch(Regex) Method