From kde-i18n-doc Mon Jun 20 10:08:11 2011 From: Alexander Potashev Date: Mon, 20 Jun 2011 10:08:11 +0000 To: kde-i18n-doc Subject: =?utf-8?q?=5Bcalligra=5D_tables/functions=3A_fix_examples_after_?= Message-Id: <20110620100811.4863BA60A4 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=130856454309945 Git commit fa3aebd70f31174a94be17f09ae6ece043f9a218 by Alexander Potashev. Committed on 20/06/2011 at 12:07. Pushed by aspotashev into branch 'master'. fix examples after KOffice->Calligra replacement CCMAIL: kde-i18n-doc@kde.org M +3 -3 tables/functions/text.xml http://commits.kde.org/calligra/fa3aebd70f31174a94be17f09ae6ece043f9a218 diff --git a/tables/functions/text.xml b/tables/functions/text.xml index 975f638..6933622 100644 --- a/tables/functions/text.xml +++ b/tables/functions/text.xml @@ -302,9 +302,9 @@ Parameter start_num specifies the character at which to start the search. The first character is character number 1. If start_num is omitted, it is assumed to be 1. You can also use function SEARCH, but unlike SEARCH, FIND is case-sensitive and does not allow wildcard characters. FIND(find_text;within_text;start_num) - FIND("KOf";"Calligra") returns 1 + FIND("Cal";"Calligra") returns 1 FIND("i";"Calligra") returns 5 - FIND("K";"KSpread in Calligra";4) returns 12 + FIND("a";"Tables in Calligra";4) returns 12 FINDB SEARCH REPLACE @@ -465,7 +465,7 @@ The CONCATENATE() function returns a string which is the concatenation of the strings passed as parameters. CONCATENATE(value;value;...) - CONCATENATE("KSpread";"Calligra";"KDE") returns "KSpreadCalligraKDE" + CONCATENATE("Tables";"Calligra";"KDE") returns "TablesCalligraKDE"