Searched refs:word_char (Results 1 – 2 of 2) sorted by relevance
286 fn word_char() { in word_char() function
104 word_char = [\p{Letter}];106 $word_char+;107 $word_char $word_joiner $word_char;120 * '`1`' shows matches of the first rule, `word_char+`122 * '`2`' shows matches of the second rule, `$word_char $word_joiner $word_char`