Author: JK
Subject: How many slashes?
Date: Friday, 14 Feb 2020, 14:35:21
In strwrs, can we assume that a '/' character can only appear as either the first or the penultimate character? Or do we also need to deal with them elsewhere, i.e. our program would have scan the entire replacement string and remove extraneous slashes, e.g. "asdf//aesefa" would become "asdf/aesefa" "asdf/aesefa" would become "asdfaesefa"PREV INDEX NEXT