# strip

# remove all string witin text

removes all string within a text.

string strip(string source, string s)
strip("0C-C1-75-B9-C0-F1-B6-A8-31-C3-99-E2-69-77-26-61", "-")
/*
"0CC175B9C0F1B6A831C399E269772661"
*/
Last Updated: 7/16/2020, 11:00:33 PM