Class | Parslet::Atoms::Str |
In: |
lib/parslet/atoms/visitor.rb
lib/parslet/atoms/str.rb |
Parent: | Object |
Matches a string of characters.
Example:
str('foo') # matches 'foo'
str | [R] |