Click or drag to resize

RegexConditionMethods Class

A bunch of utility methods (mostly predicates) which can be used in condition expressions. Partially inspired by XPath 1.0.
Inheritance Hierarchy
SystemObject
  NLog.ConditionsRegexConditionMethods

Namespace:  NLog.Conditions
Assembly:  NLog.RegEx (in NLog.RegEx.dll) Version: 6.0.3+e276e1969a52b8ecc5cc84c1670a516efea0cb19
Syntax
public static class RegexConditionMethods

The RegexConditionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRegexMatches
Indicates whether the specified regular expression finds a match in the specified input string.
Top
See Also