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

Clarify that split and join also support strings #164

Merged
merged 2 commits into from
May 11, 2023

Conversation

smokris
Copy link
Contributor

@smokris smokris commented Jun 8, 2022

split and join are implemented using the Ruby methods with the same name. Those Ruby methods support multi-character strings, so the Logstash filter does, too.

[`split` and `join` are implemented using the Ruby methods with the same name](https://github.com/logstash-plugins/logstash-filter-mutate/blob/05f748b91d5e0f156f99478604b22f9ec2929e4b/lib/logstash/filters/mutate.rb#L475=
).  Those Ruby methods support multi-character strings, so the Logstash filter does, too.
@jsvd
Copy link
Member

jsvd commented May 11, 2023

@logstashmachine bump patch

@jsvd jsvd merged commit e0208fd into logstash-plugins:main May 11, 2023
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.

4 participants