インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
NLS Function: Performs the same function as SCAN except that the strings manipulated can contain multibyte characters.
result = MBSCAN (string,set[,back])
string |
(Input) Character*(*). String to be searched for the presence of any character in set. |
set |
(Input) Character*(*). Characters to search for. |
back |
(Input; optional) LOGICAL(4). If specified, determines direction of the search. If back is .FALSE. or is omitted, the search starts at the beginning of string and moves toward the end. If back is .TRUE., the search starts end of string and moves toward the beginning. |