Class TextRegexEvaluator
Inherited Members
Namespace: PoeShared.Evaluators
Assembly: PoeShared.dll
Syntax
public sealed class TextRegexEvaluator : DisposableReactiveObject, ITextEvaluator, IDisposable, INotifyPropertyChanged, IHasError
Constructors
| Name | Description |
|---|---|
| TextRegexEvaluator() |
Properties
| Name | Description |
|---|---|
| Expression | The expression used for matching, which can be a regular expression, text search pattern, or a C# expression depending on exact evaluator type |
| IgnoreCase | |
| IsMatch | Indicates whether the text matches the expression. |
| LastError | Gets the last error that occurred. |
| Match | The part of the text that matches the expression, if any. |
| Regex | |
| RegexMatch | |
| Text | The text to be evaluated or matched against the expression. |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)