str.rb
Path:
lib/parslet/atoms/str.rb
Last Update:
Thu Apr 26 16:22:26 -0400 2012
Matches a string of characters.
Example:
str('foo') # matches 'foo'
[Validate]