Add usage details for Base.eachsplit #46751
Labels
docs
This change adds or pertains to documentation
good first issue
Indicates a good issue for first-time contributors to Julia
strings
"Strings!"
I am reading through the docs for
[Base.eachsplit](https://docs.julialang.org/en/v1/base/strings/#Base.eachsplit)
and right now its use case is not clear to me. I see that the type it returns is different thansplit
, but the current example does not make it clear why I would want to use it instead of justsplit
:The text was updated successfully, but these errors were encountered: