Hello,
I use this function value.contains("T-") to capture a line who begin by T-
Exemples (Always directly begin by T) :
T-5 $$$$$$$$$$$$$$$$
T-21 $$$$$$$$$$$$$
Globally it's working but sometimes if I have a line like this for exemple:
$$$$$$$$$$$$$$$ T-word $$$$$$$$$$$$$$$$$$$
And I don't want this line.
Have you a solution to skip this line ?
Thank you