So the result of replace(“banana”, “a|ana”, “#”) . is b#n#n# , whereas the result of replace(“banana”, “ana|a”, “#”) a|ana could match the second character ...
確定! 回上一頁