wordsplit - Summary
Free Software
This package provides a set of C functions for splitting a string into words. The splitting process is highly configurable and allows for considerable flexibility. The default splitting rules are similar to those used in Bourne shell. The splitting process includes tilde expansion, variable expansion, quote removal, command substitution, and path expansion. Each of these phases can be turned off by the caller.
The package is designed to be used by larger projects as a git submodule.
Example usage:
Registration Date: Sun Jul 7 13:25:28 2019
License: GNU General Public License V3 or later
Development Status: 6 - Mature