I have noticed quite a few script and other functional commands that I can't seem to find documentation for in the wiki. For example, splice(), quickfind, etc.
Is there documentation somewhere for what these various functions do? If not, could one of the powers that be explain these functions?
Additionally, I was wondering if there was a function that is the reverse of splice, i.e. for example a function something like this:
clip(master string,search string,separator) which would automatically make sure we don't get separators dangling at the beginning or end of our string, or get double separators in the middle of the string.
Is there documentation somewhere for what these various functions do? If not, could one of the powers that be explain these functions?
Additionally, I was wondering if there was a function that is the reverse of splice, i.e. for example a function something like this:
clip(master string,search string,separator) which would automatically make sure we don't get separators dangling at the beginning or end of our string, or get double separators in the middle of the string.