String functions: length, lc, uc, index, substr
perl substr(STRING, OFFSET, LENGTH, REPLACEMENT) - extract any part of a string; index(STRING, STR, OFFSET) - return location of substring ... lc, uc, length There are a number of simple functions such as lc and uc to return the lower case and upper case ...