标签: regex string str-replace
实际上我在url上使用了正则表达式来替换它的字符串。 我试图取代" www。"来自网址。 现在,我想知道使用正则表达式模式来放置那个确切的字符串有什么好处或问题。
例如, sting.replace(" / w {3} ./","")vs string.replace(" www。","& #34);
我问的是像执行时间这样的话题。