Table of Contents

Class RegExp

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

Constructors

RegExp(string)

public RegExp(string pattern)

Parameters

pattern string

RegExp(string, string)

public RegExp(string pattern, string flags)

Parameters

pattern string
flags string

Properties

Prototype

[To("FirstCharToLowerCase")]
public static RegExpPrototype Prototype { get; }

Property Value

RegExpPrototype