Table of Contents

Class RegExpPrototype

Namespace
CSharpToJavaScript.APIs.JS.Ecma
Assembly
CSharpToJavaScript.dll
[To("FirstCharToLowerCase")]
public class RegExpPrototype : FunctionPrototype
Inheritance
RegExpPrototype
Derived
Inherited Members

Constructors

RegExpPrototype()

public RegExpPrototype()

Properties

DotAll

public bool DotAll { get; }

Property Value

bool

Flags

public string Flags { get; }

Property Value

string

Global

public bool Global { get; }

Property Value

bool

HasIndices

public bool HasIndices { get; }

Property Value

bool

IgnoreCase

public bool IgnoreCase { get; }

Property Value

bool

Multiline

public bool Multiline { get; }

Property Value

bool

Source

public string Source { get; }

Property Value

string

Sticky

public bool Sticky { get; }

Property Value

bool

Unicode

public bool Unicode { get; }

Property Value

bool

Methods

Exec(string)

public string[] Exec(string str)

Parameters

str string

Returns

string[]

Test(string)

public bool Test(string S)

Parameters

S string

Returns

bool

ToString()

public string ToString()

Returns

string