Skip to content

Commit

Permalink
Merge pull request #18285 from JamesDeFabia/HPCC-31243
Browse files Browse the repository at this point in the history
HPCC-31243 Add "See Also" links to Std.Str.Contains and Std.Str.Find

Reviewed-By: Richard Taylor
Reviewed-By: Greg Panagiotatos
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Feb 9, 2024
2 parents 0e38230 + 8c093ac commit 85ab0c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ B:= STD.Str.Contains(
'abcdefghijklmnopqrstuvwxyz', false); //returns FALSE -- 'z' is missing
</programlisting>

<para></para>
<para>See Also: <link linkend="Find">Find</link></para>
</sect1>
2 changes: 2 additions & 0 deletions docs/EN_US/ECLStandardLibraryReference/SLR-Mods/Find.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ D := IF(STD.Str.Find('', 'BD', 1) = 0,
'Success',
'Failure - 4'); //success
</programlisting>

<para>See Also: <link linkend="Contains">Contains</link></para>
</sect1>

0 comments on commit 85ab0c9

Please sign in to comment.