matchTweetContainsCashtags method

LogicalChannel matchTweetContainsCashtags()
inherited

Matches Tweets that contain a cashtag symbol (with a leading ‘$’ character. For example, $tag).

Type

Availability

  • Essential

Implementation

LogicalChannel matchTweetContainsCashtags() =>
    _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createHasCashtags(),
    );