Builtin scan overloading.
Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is in set.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(string), | intent(in) | :: | self |
The string. |
||
| type(string), | intent(in) | :: | set |
Searched set. |
||
| logical, | intent(in), | optional | :: | back |
Start of the last occurrence rather than the first. |
Result of the search.
Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is in set.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(string), | intent(in) | :: | self |
The string. |
||
| character(kind=CK, len=*), | intent(in) | :: | set |
Searched set. |
||
| logical, | intent(in), | optional | :: | back |
Start of the last occurrence rather than the first. |
Result of the search.
Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is in set.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=CK, len=*), | intent(in) | :: | s |
String. |
||
| type(string), | intent(in) | :: | set |
Searched set. |
||
| logical, | intent(in), | optional | :: | back |
Start of the last occurrence rather than the first. |
Result of the search.