ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / RegExp Class / RegExp Constructor

In This Topic
    RegExp Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pattern As String, _
       Optional ByVal flags As String _
    )
    public RegExp( 
       string pattern,
       string flags
    )

    Parameters

    pattern
    flags
    See Also