简体   繁体   中英

Regex of Zipcode of MS Word

Currently, I have a list of 43k zipcodes.

I'm trying to use ms word regex modify the date from looking like: img1

To look like: 00631 WITHOUT any quotes around it.

Does anyone know how to do this?

我不了解MS Word,但是正则表达式非常简单- (\\")(\\d{5})(\\")这是为了防止ZIP用5位数字引起的引号

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM