When locomotive is pure, replace special symbols and keep only numbers

([^\w\s]+)

The above is to remove special symbols

([^\d]+)

The above are only reserved numbers

Guess you like

Origin blog.csdn.net/weixin_43446375/article/details/109096468