lens
lens copied to clipboard
[LENS-1543] fix replaceAll() to replace() to improve performance
Fix Issue #LENS-1543 The replaceAll() method will compile the given regular expression ahead of time even though the given string is simply a plain string, which will have a bad performance. At this time, the replace() method is recommended to gain a good performance.