lens icon indicating copy to clipboard operation
lens copied to clipboard

[LENS-1543] fix replaceAll() to replace() to improve performance

Open bd2019us opened this issue 6 years ago • 0 comments

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.

bd2019us avatar Apr 14 '19 01:04 bd2019us