Module: Regexp::Syntax
- Defined in:
- lib/ruuuby/class/re.rb
Overview
useful components for building ‘Regular Expressions`
Constant Summary collapse
- MARKER_START =
'\A'.
- MARKER_END =
'\z'.
- CHAR_LOWER =
'[[:lower:]]'.
- CHAR_UPPER =
'[[:upper:]]'.
useful components for building ‘Regular Expressions`
'\A'.
'\z'.
'[[:lower:]]'.
'[[:upper:]]'.