search property

Symbol get search

A regular expression method that returns the index within a string that matches the regular expression. Called by the String.prototype.search method. A regular expression method that returns the index within a string that matches the regular expression. Called by the String.prototype.search method.

Implementation

static _i2.Symbol get search => _i3.getProperty(
      _i6.target26,
      'search',
    );