 | RegexConditionMethods Class |
A bunch of utility methods (mostly predicates) which can be used in
condition expressions. Partially inspired by XPath 1.0.
Inheritance HierarchySystemObject
NLog.ConditionsRegexConditionMethods
Namespace:
NLog.Conditions
Assembly:
NLog.RegEx (in NLog.RegEx.dll) Version: 6.0.3+e276e1969a52b8ecc5cc84c1670a516efea0cb19
Syntaxpublic static class RegexConditionMethods
Public NotInheritable Class RegexConditionMethods
You do not need to declare an instance of a static class in order to access its members.
[<AbstractClassAttribute>]
[<SealedAttribute>]
type RegexConditionMethods = class end
The RegexConditionMethods type exposes the following members.
Methods
| Name | Description |
---|
  | RegexMatches |
Indicates whether the specified regular expression finds a match in the specified input string.
|
Top
See Also