matchUrlTitle method

LogicalChannel matchUrlTitle(
  1. String value
)
inherited

Performs a keyword/phrase match on the expanded URL HTML title metadata.

Parameters

  • value: HTML title to be matched.

Type

Availability

  • Essential

Implementation

LogicalChannel matchUrlTitle(final String value) => _buffer.appendOperator(
      _standaloneOperation.createUrlTitle(value),
    );