Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add String::argMap() #146

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Add String::argMap() #146

merged 1 commit into from
Nov 21, 2024

Conversation

oblivioncth
Copy link
Owner

Similar to the template version of QString::arg() in that it allows for an arbitrary number of replacements in an efficient manner, but works off of custom placeholders instead of %N.

Essentially a more efficient version of chaining calls to QString::replace().

Similar to the template version of QString::arg() in that it allows for
an arbitrary number of replacements in an efficient manner, but works
off of custom placeholders instead of %N.

Essentially a more efficient version of chaining calls to
QString::replace().
@oblivioncth oblivioncth merged commit 62f9e48 into dev Nov 21, 2024
12 checks passed
@oblivioncth oblivioncth deleted the feature/map_arg branch November 21, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant