perl 如何匹配ASCII码以及ASCII码转换

匹配ASCII码:   /[:ascii:]/

ASCII码转换为数字: ord()

数字转换为ASCII码: chr()

原文地址:https://www.cnblogs.com/yangyongzhi/p/6233281.html