Skip to content

Document ignore_case string functions#409

Open
aljazerzen wants to merge 1 commit into
tenzir:mainfrom
aljazerzen:tnz-696
Open

Document ignore_case string functions#409
aljazerzen wants to merge 1 commit into
tenzir:mainfrom
aljazerzen:tnz-696

Conversation

@aljazerzen

@aljazerzen aljazerzen commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

🔍 Problem

  • The docs do not describe the new ignore_case argument on string functions.
  • There is no reference page yet for equals.

🛠️ Solution

  • Document ignore_case on starts_with, ends_with, contains,
    replace, and split.
  • Add a new equals reference page.
  • Add examples for both ASCII and Unicode case-folding behavior.

💬 Review

  • Focus on the signatures and examples for the new case-insensitive behavior.
  • replace_regex and split_regex are intentionally unchanged here as well.
⚙️ Code PR: tenzir/tenzir#6378
🎫 References TNZ-696

Document the new ignore_case argument on starts_with,
ends_with, contains, replace, and split, and add a reference
page for equals.

The examples now cover both ASCII and Unicode case-folding
behavior, including STRASSE vs straße.

Assisted-by: OpenAI o3 (pi)
@github-actions github-actions Bot added the reference Reference documentation label Jun 23, 2026
@github-actions

github-actions Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

📦 Preview  ·  🟠 Still propagating

The deploy completed, but the public URL has not served build 408b7f2 yet. Check again in a minute.

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

Labels

reference Reference documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant