mldbai / mldb

MLDB is the Machine Learning Database
http://mldb.ai
Apache License 2.0
663 stars 102 forks source link

Mldb 2142 prefix suffix #847

Closed mathieumb closed 7 years ago

mathieumb commented 7 years ago

Two simple builtins to remove prefix and suffix from strings.

guyd commented 7 years ago

regex_replace couldn't do that?

mathieumb commented 7 years ago

Yes but this is just easier and clearer.

Edit: not to mention faster.

guyd commented 7 years ago

+1