Skip to content

[v3] Migrate nodes_string to v3 schema #8807

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

Draft
wants to merge 1 commit into
base: v3-definition
Choose a base branch
from

Conversation

christian-byrne
Copy link
Collaborator

Converts all string nodes from v1 dictionary-based format to v3 schema-based format

Converted Nodes

  • StringConcatenate - Concatenates two strings with optional delimiter
  • StringSubstring - Extracts substring using Python slice notation
  • StringLength - Returns string length
  • CaseConverter - Converts text case (upper, lower, capitalize, title)
  • StringTrim - Removes whitespace from strings
  • StringReplace - Simple find and replace
  • StringContains - Checks substring presence
  • StringCompare - String comparison with multiple modes
  • RegexMatch - Tests regex pattern matching
  • RegexExtract - Extracts text using regex patterns and groups
  • RegexReplace - Find and replace with regex support

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