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
patternstring
RegExp(string, string)
public RegExp(string pattern, string flags)
Parameters
Properties
Prototype
[To("FirstCharToLowerCase")]
public static RegExpPrototype Prototype { get; }