[FEA]: Consolidate duplicate split_string_on and split_string_to_array methods #454
Closed
2 tasks done
Labels
feature request
New feature or request
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Low (would be nice)
Please provide a clear description of problem this feature solves
These two methods are nearly identical.
split_string_to_array
split_string_on
Describe your ideal solution
Replace both of them with
boost::algorithm::split
orstd::ranges::split_view
Describe any alternatives you have considered
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: