Commit d387f091 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Better description for strstr.

parent eaebe011
...@@ -218,8 +218,8 @@ Example ...@@ -218,8 +218,8 @@ Example
$Function STRING strstr(STRING s1, STRING s2) $Function STRING strstr(STRING s1, STRING s2)
Description Description
Returns the first occurrence of the string *s2* in the string Returns a string beginning at the first occurrence of the string
*s1*, or an empty string if not found. *s2* in the string *s1*, or an empty string if *s2* is not found.
Note that the comparison is case sensitive. Note that the comparison is case sensitive.
Example Example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment