[][src]Function boa::builtins::string::match

pub fn match(
    this: &mut Value,
    args: &[Value],
    ctx: &mut Interpreter
) -> ResultValue

String.prototype.match( regexp )

The match() method retrieves the result of matching a string against a regular expression.

More information: