| Use Case | Command | Description |
|---|---|---|
| 📝 Match any Unicode number character | /\p{Number}/ |
Matches any character with the Unicode property Number (includes digits, numeric symbols, etc.) |
| 🔢 Match decimal digits only | /\p{Decimal_Number}/ |
Matches only decimal digit characters (0–9 in various scripts) |
| 🔤 Match letter-like numbers | /\p{Letter_Number}/ |
Matches numbers that are letter-like (e.g., Roman numerals) |
| 🛠️ Access base class functionality | Regexp::Expression::UnicodeProperty::Number::Base |
Base class for all number-specific Unicode property expressions in the regexp tree |
📂 Also found in: /home/chedong/.local/share/rdoc
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-27 17:40 @216.73.216.199
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