Page MenuHomePhabricator

refactor: introduce single-separator split helper `SplitString`
ClosedPublic

Authored by Fabien on Jun 20 2023, 20:18.

Details

Summary
This helper uses spanparsing::Split internally and enables to replace
all calls to boost::split where only a single separator is passed.

Backport of core#22953.

Test Plan
ninja all check-all
ninja bitcoin-fuzzers