TypedRegExpinterface

{
	exec(input: string): TypedRegExpExecArray<T> | null;
}

Regular expression that matches a specific string format.

Methods

Go

TypedRegExp.exec()method

exec(input: string): TypedRegExpExecArray<T> | null