hi, guys,
i have a list as below:
11a
22b
33c
44d
55e
33f
how to use C# to find out all the lines contain "33", and put the line numbers to List2 ?
[i know that i can take one line, then use REG to check it contains value or not.
BUT, cause i have many lines. it will take too long time to check line one by one.]
anyone knows how to use C# to do it ?
thank you very much.
i have a list as below:
11a
22b
33c
44d
55e
33f
how to use C# to find out all the lines contain "33", and put the line numbers to List2 ?
[i know that i can take one line, then use REG to check it contains value or not.
BUT, cause i have many lines. it will take too long time to check line one by one.]
anyone knows how to use C# to do it ?
thank you very much.