Intel® Fortran Compiler 16.0 User and Reference Guide
The following table lists character intrinsic functions.
|  
				   Name  | 
 
				 
				   Description  | 
 
			 
|---|---|
|  
				   Returns character in a specified position in the ASCII character set.  | 
 
			 |
|  
				   Adjusts left, removing leading blanks and inserting trailing blanks.  | 
 
			 |
|  
				   Adjusts right, removing trailing blanks and inserting leading blanks.  | 
 
			 |
|  
				   Returns character in a specified position in the processor's character set of (optional) kind.  | 
 
			 |
|  
				   Returns the position of the argument in the ASCII character set.  | 
 
			 |
|  
				   Returns the position of the argument in the processor's character set.  | 
 
			 |
|  
				   Returns the starting position of a substring in a string, leftmost or (optional) rightmost occurance.  | 
 
			 |
|  
				   Returns the size of the argument.  | 
 
			 |
|  
				   Returns the number of characters in the argument, not counting trailing blanks.  | 
 
			 |
|  
				   Tests whether the the first argument is greater than or equal to the second argument, based on the ASCII collating sequence.  | 
 
			 |
|  
				   Tests whether the first argument is greater than the second argument, based on the ASCII collating sequence.  | 
 
			 |
|  
				   Tests whether the first argument is less than or equal to the second argument, based on the ASCII collating sequence.  | 
 
			 |
|  
				   Tests whether the first argument is less than the second argument, based on the ASCII collating sequence.  | 
 
			 |
|  
				   Concatenates multiple copies of a string.  | 
 
			 |
|  
				   Scans a string for any characters in a set and returns leftmost or (optional) rightmost position where a match is found.  | 
 
			 |
|  
				   Removes trailing blanks from a string.  | 
 
			 |
|  
				   Returns the position of the leftmost or (optional) rightmost character in the argument string not in a set, or zero if all characters in the set are present.  |