Features:
- added
Str\after{_ci|_last{_ci}}
andStr\before{_ci|_last{_ci}}
helper string functions. - added
Str\Byte\after{_ci|_last{_ci}}
andStr\Byte\before{_ci|_last{_ci}}
helper string functions. - added
Str\Grapheme\after{_ci|_last{_ci}}
andStr\Grapheme\before{_ci|_last{_ci}}
helper string functions. - added
Str\Byte\search_last_ci
function
Fixes:
- fixed
Str\Byte\search_last
returns an empty string for an empty needle ( now returnsnull
)