Get Mystery Box with random crypto!

Anubis 正则小工具 采用的正则引擎是 iOS 系统内置实现,它遵循以 | Anubis 网络调试技巧

Anubis 正则小工具

采用的正则引擎是 iOS 系统内置实现,它遵循以下标准:
ICU Regular Expressions
https://unicode-org.github.io/icu/userguide/strings/regexp.html

其中 \w 的定义包括unicode 字符集:
Match a word character. Word characters are [\p{Alphabetic}\p{Mark}\p{Decimal_Number}\p{Connector_Punctuation}\u200c\u200d].


与日常网页版正则工具的含义有所不同,对于此场景,建议使用 [A-Za-z0-9_] 代替 \w 的使用。