You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/specs/stdlib_strings.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -389,7 +389,7 @@ end program demo_replace_all
389
389
390
390
#### Description
391
391
392
-
Returns the number of times substring `pattern` has occurred in the input string `string`.
392
+
Returns the number of times the substring `pattern` has occurred in the input string `string`.
393
393
If `consider_overlapping` is not provided or is set to `.true.` the function counts two overlapping occurrences of substring `pattern` as two different occurrences.
0 commit comments