Definitions | substring |
| noun
- a string of characters that is any subset of another string of characters
- (computing) a function of form substr(variable,start,length) that returns a contiguous substring of the specified variable from the start position, and of the length specified
- Thus: substr("abcdef",3,2) returns "cd"
Supplemental Details:Sponsor an extended definition for substring for as little as $10 per month. Click here to contact us.
| |
|