class
Scanf::FormatString
v1_8_6_287 -
Show latest stable
- Superclass: Object
No documentation available for this class.
Constants
REGEX = / # possible space, followed by... (?:\\s* # percent sign, followed by... % # another percent sign, or... (?:%| # optional assignment suppression flag \\*? # optional maximum field width \\d* # named character class, ... (?:\\[\\[:\\w+:\\]\\]| # traditional character class, or... \\[[^\\]]*\\]| # specifier letter. [#{SPECIFIERS}])))| # or miscellaneous characters [^%\\s]+/ix
SPECIFIERS = 'diuXxofeEgsc'
Attributes
| [R] | last_match_tried |
| [R] | last_spec_tried |
| [R] | matched_count |
| [R] | space |
| [R] | string_left |
Files
- lib/scanf.rb