







![]() ![]() |
FastColoredTextBox |
FastColoredTextBox..::..FindLines Method |
FastColoredTextBox Class See Also Send Feedback |
Search lines by regex pattern
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public List<int> FindLines( string searchPattern, RegexOptions options ) |
Visual Basic |
---|
Public Function FindLines ( _ searchPattern As String, _ options As RegexOptions _ ) As List(Of Integer) |
Visual C++ |
---|
public: List<int>^ FindLines( String^ searchPattern, RegexOptions options ) |
Parameters
- searchPattern
- Type: System..::..String
- options
- Type: System.Text.RegularExpressions..::..RegexOptions