正则表达式积累

在notepad++中将所有sql日期字段替换为now()
find what:'\d{4}-\d{2}-\d{2}\s\d{2}\:\d{2}\:\d{2}'
replace with:now\(\)

你可能感兴趣的:(正则表达式,日期)