Containing Type: Pattern
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Method | Summary |
---|---|
EndInputOrLine() | Appends a pattern that is matched at the end of the string (or line if the RegexOptions.Multiline option is applied). End of line is defined as the position before a linefeed. |
EndInputOrLine(Boolean) | Appends a pattern that is matched (before carriage return) at the end of the string (or (before carriage return) at the end of line if the RegexOptions.Multiline option is applied). End of line is defined as the position before a linefeed. |
Appends a pattern that is matched at the end of the string (or line if the RegexOptions.Multiline option is applied). End of line is defined as the position before a linefeed.
public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiablePattern EndInputOrLine()
Appends a pattern that is matched (before carriage return) at the end of the string (or (before carriage return) at the end of line if the RegexOptions.Multiline option is applied). End of line is defined as the position before a linefeed.
public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiablePattern EndInputOrLine(bool beforeCarriageReturn)
beforeCarriageReturn Boolean
Indicates whether a position of the match should be before a carriage return if present and not already consumed by regex engine