如何使用 replaceAll() 更改字符串的子字符串,例如使用正则表达式“1[az]+”(用“X”分割)和代码:
"this is an example 1one"
应该产生:
"this is an example 1Xone"
如何使用 replaceAll() 更改字符串的子字符串,例如使用正则表达式“1[az]+”(用“X”分割)和代码:
"this is an example 1one"
应该产生:
"this is an example 1Xone"