Skip to content
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

[Feature] - Remove the requirement to escape text when using functions such at split helper #287

Open
TerrifiedBug opened this issue Dec 10, 2021 · 1 comment
Assignees

Comments

@TerrifiedBug
Copy link
Contributor

TerrifiedBug commented Dec 10, 2021

When you use the split helper to set variables, for example: {"config":{"value":"%%split(data[action][data],\"!\")%%"}}

You have to escape with 's to save the action. This can be confusing and easy to forget.

@z1pti3
Copy link
Owner

z1pti3 commented Dec 10, 2021

Hi TerrifiedBug,

I am afraid I have been unable to recreate this - can you provide some additional details?

image

As you can see if split("test123,test456",",",0) == "test" worked as expected

@z1pti3 z1pti3 self-assigned this Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants