Skip to content

Conversation

HuyPhanNguyen
Copy link
Contributor

@HuyPhanNguyen HuyPhanNguyen commented May 20, 2025

Improved substring function to return available characters instead of failing when length extends beyond string boundaries.

sc-110681

Before

foo = "Octopus Deploy"
Evaluate(@"#{foo | Substring 8 80}") => "#{foo | Substring 8 80}"

After

foo = "Octopus Deploy"
Evaluate(@"#{foo | Substring 8 80}") => "Deploy"

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