Skip to content

Conversation

@DanCodedThis
Copy link
Contributor

@DanCodedThis DanCodedThis commented Aug 6, 2025

Closes #134

  • regexp_substr impl
  • Uses an iterator approach for performance and reusability
  • Docs
  • Extensible insta tests
  • SLT tests

P.S. Small position argument error change in regexp_instr

Reference: https://docs.snowflake.com/en/sql-reference/functions/regexp_substr

@DanCodedThis DanCodedThis force-pushed the DanCodedThis/134-regexp-substr-udf branch from f6c5363 to a96e07e Compare August 6, 2025 16:56
@github-actions
Copy link
Contributor

github-actions bot commented Aug 6, 2025

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

@DanCodedThis
Copy link
Contributor Author

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

@andheroe Second time tests are not selecting again.

@DanCodedThis
Copy link
Contributor Author

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

@andheroe Second time tests are not selecting again.

Will check it out locally.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 6, 2025

SLT Targeted Testing: No relevant SLT tests found for the changes in this PR. No testing required.

@DanCodedThis
Copy link
Contributor Author

DanCodedThis commented Aug 6, 2025

I validated, the regexp_substr. Again surprised, even the ip apache service info regex in the json_object cases worked like a charm.

@DanCodedThis DanCodedThis merged commit 8c337c2 into main Aug 6, 2025
7 checks passed
@DanCodedThis DanCodedThis deleted the DanCodedThis/134-regexp-substr-udf branch August 6, 2025 18:13
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.

engine: Add support for regexp_substr function

3 participants