SearchBuilder.FileContent(String, RegexOptions, Boolean, Object, Func<String, Boolean>) Method
Containing Type: SearchBuilder
Assembly: Orang.FileSystem.dll
public Orang.FileSystem.Fluent.SearchBuilder FileContent(string pattern, System.Text.RegularExpressions.RegexOptions options = None, bool invert = false, object? group = null, Func<string, bool>? predicate = null)
Parameters
pattern String
options RegexOptions
invert Boolean
group Object
predicate Func<String, Boolean>