NamedRegExpinterface

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

Regular expression that contains the specified named capture groups.

Methods

Go

NamedRegExp.exec()method

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