Nodo Buscar en texto¶

The Find in String node finds the number of times a substring occurs in a string, and the position of the start of the first match.
Entradas¶
- Cadena de texto
La cadena de entrada en base a la cual se producirá la búsqueda.
- Buscar
The substring that will be searched for within the input string.
Propiedades¶
Este nodo no contiene propiedades.
Salidas¶
- Primera ocurrencia
The start position of the first occurrence of the substring within the input string.
- Cantidad
The total number of occurrences of the substring within the input string.