LibreOfficeDev 27.2 Βοήθεια
Returns the text that occurs after the end of a given instance of a delimiter substring.
TEXTAFTER( Κείμενο [; Οριοθέτης [; Αριθμός παρουσίας [; Λειτουργία αντιστοίχισης [; Τέλος αντιστοίχισης [; Εάν δεν βρέθηκε ]]]]])
Κείμενο: το αρχικό κείμενο.
Delimiter: (optional) the delimiter. Multiple delimiters can be supplied. If omitted or supplied as an empty string, then returns the error #N/A or the value expressed by If Not Found.
Instance Number: (optional) the instance of the delimiter after which to extract text. The default is 1. A negative number starts searching from the end. Value 0 returns the error #N/A.
Λειτουργία αντιστοίχισης: (προαιρετικό) ορίστε την σε 1 για να εκτελέσετε αντιστοίχιση χωρίς διάκριση πεζών-κεφαλαίων. Η προεπιλογή είναι 0.
Τέλος αντιστοίχισης: (προαιρετικό) ορίστε την τιμή 1 για να θεωρήσετε το τέλος του κειμένου ως οριοθέτη. Η προεπιλογή είναι 0.
If Not Found: (optional) the value returned if no match is found. The default is #N/A.
=TEXTAFTER("To be or not to be";"or";1;0;0;"@@@") επιστρέφει τη συμβολοσειρά "not to be", ακολουθώντας τον οριοθέτη "or".
=TEXTAFTER("Να είσαι ή να μην είσαι";"ερώτηση";1;0;0;"@@@") επιστρέφει το κείμενο "@@@" επειδή ο οριοθέτης "ερώτηση" δεν υπάρχει στο κείμενο προέλευσης.
COM.MICROSOFT.TEXTAFTER