Skip to content

chore: using ReplaceAll instead of Replace#393

Open
manuelarte wants to merge 1 commit intogoogle:masterfrom
manuelarte:chore/replacing-replace-for-replaceall
Open

chore: using ReplaceAll instead of Replace#393
manuelarte wants to merge 1 commit intogoogle:masterfrom
manuelarte:chore/replacing-replace-for-replaceall

Conversation

@manuelarte
Copy link
Copy Markdown

@manuelarte manuelarte commented May 2, 2026

Changing strings.Replace(x, y, -1) for strings.ReplaceAll(x, y) that internally calls strings.Replace(x, y, -1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant