Returns the number of occurences of string s2
in string s1
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | s1 |
Input string. |
||
character(len=*), | intent(in) | :: | s2 |
Sub-string. |