Plugin : Sequence matcher

Author:Rex.Rainbow

Download

Properties

Buffer length

  • Buffer length of saved symbols.

Actions

Request: Matching

Action:Push symbol

  • Push symbol into buffer then do matching.
    • Symbol ( string ) : Symbol to push

Symbol buffer

Action:Clean buffer

  • Clean symbol buffer.

Action:Set buffer length

  • Set symbol buffer length.
    • Length ( number ) : length of symbol buffer

Expressions

Conditions

Patern checking

Condition:Is matching

  • Return true if pattern matched.
    • Pattern ( string ) : Pattern.

Patern checking: trigger

Condition:On matching

  • Trigger by "Action:Put symbol" when matching pattern.
    • Pattern ( string ) : Pattern.

Condition:On no matching pattern

  • Trigger by "Action:Put symbol" when matching pattern.