Libraries
»
raka
(0.9.0)
»
Index (P)
»
Pattern
Module: Pattern
Defined in:
lib/raka/token.rb
Overview
convenient patterns for matching
Constant Summary
collapse
WORD =
'
[^\s_]
'
TOKEN =
'
(?!.*__)\w+
'
ANY =
'
\w+
'