cut()Cut out a substring within a given range.
This function is valid in v2.0.0 to v2.24.3. This function has been downloaded 65 times.str where the substring that will be removed starts.str.length
str where the substring that will be removed ends.str without the cut substring found between startIndex and opt_endIndex.This function is directly required by the following function:
paste()