Hi,
I have a question concerning filters on a character string.
For example, a table with one column contains the following values:
/cart-all
/cart
/carton-/cart
/carte-
/cart?
I would like to have only rows with the word"cart" , i.e:
/cart-all
/cart
/carton-/cart
/cart?
I was looking for information about the function "search" but I do not know if this function is sufficient.
Thank you in advance for your help.
Alicia