Regexp::Expression::EscapeSequence::Octal < Regexp::Expression::EscapeSequence::Base
📁 from /home/chedong/.local/share/rdoc
| Use Case | Command | Description |
|---|---|---|
| 🔍 Retrieve the character represented by the octal escape sequence | obj.char |
Returns the single character that the octal escape (e.g., \101 for 'A') corresponds to. |
| 🔧 Build a regexp with octal escape | Regexp::Expression::EscapeSequence::Octal.new(octal_string) |
Creates a new octal escape sequence object from a string like "101". |
char — Returns the character represented by the octal escape sequence. For example, Regexp::Expression::EscapeSequence::Octal.new("101").char returns "A".Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-28 07:20 @216.73.217.46
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format