Browse Source

HPCC-9540 Standard Library Ref - CountWordsused instead of WordCount

Signed-off-by: RichardTaylorHPCC <richard.taylor@lexisnexis.com>
RichardTaylorHPCC 12 năm trước cách đây
mục cha
commit
165653337b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/ECLStandardLibraryReference/SLR-Mods/WordCount.xml

+ 1 - 1
docs/ECLStandardLibraryReference/SLR-Mods/WordCount.xml

@@ -62,7 +62,7 @@ str1 := 'a word a day keeps the doctor away';
 output(LENGTH(TRIM(Str1,LEFT,RIGHT)) - LENGTH(TRIM(Str1,ALL)) + 1);
                                  //finds eight words by removing spaces
 
-STD.STr.CountWords(str1);    //finds eight words based on space delimiter
+STD.Str.WordCount(str1);         //finds eight words based on space delimiter
 </programlisting>
 
   <para></para>