TEXTODESPUES

Devuelve el texto que aparece después de una subcadena o delimitador dado.

Sintaxis

TEXTAFTER( Text [; Delimiter [; Instance Number [; Match Mode [; Match End [; If Not Found ]]]]])

Texto: el texto original.

Delimiter: (optional) the delimiter. Multiple delimiters can be supplied.

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.

Match Mode: (optional) set to 1 to perform a case-insensitive match. The default is 0.

Match End: (optional) set to 1 to treat the end of text as a delimiter. The default is 0.

If Not Found: (optional) the value returned if no match is found. The default is #N/A.

Icono de nota

Es posible omitir cualquiera de los argumentos opcionales. Un argumento opcional requiere que todos los separadores precedentes estén presentes.


Ejemplos

=TEXTAFTER("To be or not to be";"or";1;0;0;"@@@") returns the string "not to be", taking after the delimiter "or".

=TEXTAFTER("To be or not to be";"question";1;0;0;"@@@") returns the text "@@@" because the delimiter "question" is not in the source text.

Información técnica

Icono de consejo

Esta función está disponible a partir de la versión 25.8 de LibreOffice.


This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.TEXTAFTER

¡Necesitamos su ayuda!

¡Necesitamos su ayuda!