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

Add split and join functions to filterx #270

Open
jszigetvari opened this issue Sep 3, 2024 · 1 comment
Open

Add split and join functions to filterx #270

jszigetvari opened this issue Sep 3, 2024 · 1 comment
Labels

Comments

@jszigetvari
Copy link
Contributor

jszigetvari commented Sep 3, 2024

It would be great to have a function to easily split a string along a delimiter character, and to get an array back, without having to use parse_csv for that.
Normally there also is a join function, that comes hand-in-hand with split. We should also add that to filterx.

@jszigetvari
Copy link
Contributor Author

We must not forget to update the relevant application configs once these functions become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant