Maximum Hex value in regex

前端 未结 5 977
南旧
南旧 2021-02-12 13:27

Without using u flag the hex range that can be used is [\\x{00}-\\x{ff}], but with u flag it goes up to a 4-byte value \\x{7fffffff}

5条回答
提交回复
热议问题