Skip to content

✨ feat(mq-lang): add ascii_downcase and ascii_upcase builtin functions#1926

Merged
harehare merged 1 commit into
mainfrom
feat/ascii-downcase-upcase
Jun 24, 2026
Merged

✨ feat(mq-lang): add ascii_downcase and ascii_upcase builtin functions#1926
harehare merged 1 commit into
mainfrom
feat/ascii-downcase-upcase

Conversation

@harehare

Copy link
Copy Markdown
Owner

Adds jq-compatible ascii_downcase/ascii_upcase, which fold only ASCII letters (A-Z/a-z) and leave other Unicode characters untouched, unlike the existing downcase/upcase which use full Unicode case folding.

Adds jq-compatible ascii_downcase/ascii_upcase, which fold only ASCII
letters (A-Z/a-z) and leave other Unicode characters untouched, unlike
the existing downcase/upcase which use full Unicode case folding.
@codspeed-hq

codspeed-hq Bot commented Jun 24, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 31 untouched benchmarks


Comparing feat/ascii-downcase-upcase (77bf2bc) with main (eaaca7b)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (d556a74) during the generation of this report, so eaaca7b was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@harehare harehare merged commit be82f9f into main Jun 24, 2026
11 checks passed
@harehare harehare deleted the feat/ascii-downcase-upcase branch June 24, 2026 13:47
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