str.rb

Path: lib/parslet/atoms/str.rb
Last Update: Fri Jul 15 14:35:39 -0400 2016

Matches a string of characters.

Example:

  str('foo') # matches 'foo'

[Validate]