devosoft / Empirical

A library of tools for scientific software development, with emphasis on also being able to build web interfaces using Emscripten.
Other
86 stars 38 forks source link

Fix Keep/RemoveIfBegins #488

Closed FergusonAJ closed 1 year ago

FergusonAJ commented 1 year ago

KeepIfBegins and RemoveIfBegins were just copies of KeepIfContains and RemoveIfContains. Fix by checking the find results against 0 instead.