Struct scan_rules::scanner::Word
[−]
[src]
pub struct Word<'a, Output = &'a str>(_);
Scans a single word into a string.
Specifically, this will match a continuous run of alphabetic, digit, punctuation, mark, and joining characters (i.e. /\w+
/).