1 reference to _wildPlusChars
Microsoft.ML.Data (1)
Utilities\StreamUtils.cs (1)
63
if (pattern == null || (pattern.IndexOfAny(
_wildPlusChars
) < 0 && pattern.IndexOf("...") < 0))