Term of the Moment

EAS


Look Up Another Term


Definition: substring


A subset of an alphanumeric field or variable. The substring function in a programming language is used to extract the subset; for example, the programming expression substr(prodcode,4,3) extracts characters 4, 5 and 6 out of a product code field or variable.