mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Avoid using String#replaceAll when the pattern is not a regular expression. Using java.lang.String#replace(CharSequence, CharSequence) will improve performance. Closes gh-36678 Signed-off-by: shenjianeng <ishenjianeng@qq.com>