I am trying to grab the lines from a textarea that match a substring.
How best to implement this?
I tried regex and failed miserably. Here I try to match every line with
INFO:
How best to implement this?
I tried regex and failed miserably. Here I try to match every line with
INFO:
Comment