认证高级PHP讲师
In the format string, use '{{' to change to { , '}}' to change to }
Your example can be written like this:
"\d{{5}}_{name}_aaa".format(name=name)
Is this necessary?
Regular expressions are much more expressive than format, so there is no need to add superfluous information~
In the format string, use '{{' to change to { , '}}' to change to }
Your example can be written like this:
Is this necessary?
Regular expressions are much more expressive than format, so there is no need to add superfluous information~