[GPF Home Page]

M_unicode man(3) pages

grouping page description
M_unicode::INTROM_unicode Unicode string module (LICENSE:MIT)
M_unicode:CASElower changes a string to lowercase over specified range (LICENSE:MIT)
M_unicode:CASEupper changes a string to uppercase (LICENSE:MIT)
M_unicode:COMPAREglob compare given string for match to a pattern which may contain globbing wildcard characters (LICENSE:MIT)
M_unicode:COMPAREisblank returns .true. if character is a Unicode or ASCII-7 blank character (space or horizontal tab) . (LICENSE:MIT)
M_unicode:COMPAREisspace returns .true. if character is a null, space, tab, carriage return, new line, vertical tab, or formfeed (LICENSE:MIT)
M_unicode:CONVERSIONadd_backslash Convert UTF-8 encoded data to ASCII-7 C-style backslash escape sequences (LICENSE:MIT)
M_unicode:CONVERSIONcharacter convert type(unicode_type) string to a CHARACTER variable (LICENSE:MIT)
M_unicode:CONVERSIONcodepoints_to_utf8 convert codepoints to CHARACTER (LICENSE:MIT)
M_unicode:CONVERSIONescape expand C-like escape sequences (LICENSE:MIT)
M_unicode:CONVERSIONfmt convert any intrinsic to a string using specified format (LICENSE:MIT)
M_unicode:CONVERSIONichar character-to-integer code conversion function (LICENSE:MIT)
M_unicode:CONVERSIONremove_backslash expand C-like escape sequences (LICENSE:MIT)
M_unicode:CONVERSIONutf8_to_codepoints Convert UTF-8-encoded data to Unicode codepoints (LICENSE:MIT)
M_unicode:EDITINGjoin append CHARACTER variable array into a single CHARACTER variable with specified separator (LICENSE:MIT)
M_unicode:EDITINGreplace function replaces one substring for another in string (LICENSE:MIT)
M_unicode:EDITINGsub Return substring (LICENSE:MIT)
M_unicode:EDITINGtransliterate replace characters from old set with new set (LICENSE:MIT)
M_unicode:IOreadline read a line from specified LUN into string up to line length limit (LICENSE:MIT)
M_unicode:PADpad return string padded to at least specified length (LICENSE:MIT)
M_unicode:PADrepeat Repeated string concatenation (LICENSE:MIT)
M_unicode:PARSEsplit parse a string into tokens, one at a time. (LICENSE:MIT)
M_unicode:PARSEtokenize Parse a string into tokens. (LICENSE:MIT)
M_unicode:QUERYisascii returns .true. if all the characters of a string are in the set from CHAR(0) to CHAR(127). (LICENSE:MIT)
M_unicode:READslurp read formatted UTF-8 file into a TYPE(UNICODE_TYPE) string array (LICENSE:MIT)
M_unicode:SEARCHindex Position of a substring within a string (LICENSE:MIT)
M_unicode:SEARCHscan Scan a string for the presence of a set of characters (LICENSE:MIT)
M_unicode:SEARCHverify Position of a character in a string of characters that does not appear in a given set of characters. (LICENSE:MIT)
M_unicode:SORTsort indexed hybrid quicksort of an array (LICENSE:MIT)
M_unicode:SYSTEMget_arg get command line argument (LICENSE:MIT)
M_unicode:SYSTEMget_env return value of environment variable (LICENSE:MIT)
M_unicode:WHITESPACEadjustl Left-justified a string (LICENSE:MIT)
M_unicode:WHITESPACEadjustr right-justify a string (LICENSE:MIT)
M_unicode:WHITESPACEexpandtabs function to expand tab characters (LICENSE:MIT)
M_unicode:WHITESPACElen Length of a string (LICENSE:MIT)
M_unicode:WHITESPACElen_trim string length without trailing blank characters (LICENSE:MIT)
M_unicode:WHITESPACEtrim remove trailing blank characters from a string (LICENSE:MIT)