| Summary: | regex or regexp | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | barabashka <barabashka> |
| Component: | libshell | Assignee: | Alexey Gladkov <legion> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | glebfm, legion |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
Спасибо! сегодня исправлю. |
shell-ip-address unbound-variable regexp # Regexp for single byte readonly regex_byte='([01]?[0-9][0-9]?|2[0-4][0-9]|25[0-5])' # Regexp for 4-byte address readonly regex_ipaddr="$regexp_byte(\.$regexp_byte){3}" ^ ^