I probably think there has been a post on something similar to this but I am unable to find it. Anyway here's my problem.
I have to search for a string in a text file which is like "0?????*" in a line and then copy that line into a new file.The ? marks are wildcard characters which have to be a number(0-9). problem is there can be any number of ?characters.
Is there any similar code/post to this?
Thanks.
I have to search for a string in a text file which is like "0?????*" in a line and then copy that line into a new file.The ? marks are wildcard characters which have to be a number(0-9). problem is there can be any number of ?characters.
Is there any similar code/post to this?
Thanks.