regex: add quote for words in Notepad++

assuming words only contain a-zA-Z0-9.

search: (<[a-zA-Z0-9]+>)

replace: "1"

原文地址:https://www.cnblogs.com/hellohelloworld/p/5110131.html