Class StreamRegexMatch
A sliding buffer match from a
Inherited Members
Namespace: StreamRegex.Extensions.RegexExtensions
Assembly: StreamRegex.Extensions.dll
Syntax
public class StreamRegexMatch : SlidingBufferMatch
Constructors
| Improve this Doc View SourceStreamRegexMatch(Nullable<Regex>, Boolean, Int64, Int64, Nullable<String>)
A sliding buffer match from a
Declaration
public StreamRegexMatch(Regex? Engine = null, bool Success = false, long Index = null, long Length = null, string? Value = null)
Parameters
Type | Name | Description |
---|---|---|
Nullable<Regex> | Engine | The |
Boolean | Success | If them match was successful. |
Int64 | Index | If |
Int64 | Length | If |
Nullable<String> | Value | The content that was matched, or null if |
Properties
| Improve this Doc View SourceEngine
Declaration
public Regex? Engine { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Regex> |