Cuts a string at the provided length value starting the count at the start value.
Keeps only a portion of a value, measured by character position. Use this to pull a fixed segment out of a longer piece of text, such as taking the first few characters of a code, dropping a known prefix, or grabbing a section from the middle of an identifier. You choose where the cut begins and, optionally, how many characters to keep.