text-hash-char ( text -- ch )


Vocabulary
xmode.rules

Definition
IN: xmode.rules

GENERIC: text-hash-char ( text -- ch )


Methods
USING: xmode.rules ;

M: f text-hash-char ;


USING: kernel regexp xmode.rules ;

M: regexp text-hash-char drop f ;


USING: accessors sequences xmode.rules ;

M: string-matcher text-hash-char string>> first ;