[Libreoffice-bugs] [Bug 107369] New: Enhancement to Calc function SUBSTITUTE

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Apr 23 14:02:01 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=107369

            Bug ID: 107369
           Summary: Enhancement to Calc function SUBSTITUTE
           Product: LibreOffice
           Version: 5.2.3.3 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: david_lynch at blueyonder.co.uk

SUBSTITUTE("Text"; "SearchText"; "NewText"; Occurrence)

        Text is the text string in which text segments are to be exchanged.
        SearchText is the text segment that is to be replaced (a number of
times).
        NewText is the text string that is to replace the text segment.
        Occurrence (optional) indicates which occurrence of the search text is
to be replaced. If this parameter is omitted the search text is replaced
throughout.

Enhancement requested:

*** If SearchText and NewText are both arrays, they must be the same length:
then each array element of NewText replaces the corresponding element of
SearchText. If only SearchText is an array, NewText replaces each element of
SearchText. ***

This enhancement is compatible with existing SUBSTITUTE.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170423/deb7e48c/attachment.html>


More information about the Libreoffice-bugs mailing list