Subroutine Name  | 
Operation  | 
Determine whether the characters in a string are alphabetic.  | 
|
Determine whether the characters in a string are alphanumeric.  | 
|
Determine whether the characters in a string are alphanumeric or punctuation marks.  | 
|
Determine whether the characters in a string are alphabetic characters or punctuation marks.  | 
|
Determine whether the characters in a string are ASCII characters.  | 
|
Determine whether the characters in a string are integers.  | 
|
Determine whether the characters in a string are digits or punctuation marks.  | 
|
Add a number of pad characters to the front or rear of a string.  | 
|
Reverse the order of characters in a string.  | 
|
Compare a string to true and false strings.  | 
|
Return a numeric string as a float.  | 
|
Return a numeric string as an integer.  | 
|
Replace N placeholders in the base string with variable string values.  | 
|
Extract characters from a string.  | 
|
Convert the characters in a string to lowercase.  | 
|
Convert the characters in a string to uppercase.  | 
|
Remove leading and trailing blanks in a string.  |