STRING | The source, or original, string |
CHAR | (optional) The last character(s) you want to be retained in the string. Default is blank |
If start position is negative, then substr starts at the end and counts backwards
If length is negative, then NULL is returned
rtrim(~) will remove all trailing blanks from the passed string rtrim(ltrim(~)) will remove all leading and trailing blanks from the passed string ltrim(~,’0123456789’) will remove all leading numbers (up to the first non numeric from the passed string (e.g. 57412AB33 would become AB33)
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation