so i am currently trying to figure out how to use the find feature..
the problem is that notepad++ won't ignore the whitespaces in front of the lines.
i could use the "ignore whitespace" feature in dreamweaver to get the search result that i needed.
is there any similar feature in notepad++ that does that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What are you searching for, and what is the text that contains what you're looking for?
Find will search the whole text, so leading whitespace shouldn't be a problem. If you specifically need to ignore whitespace within your search term, you can do this with \s* using regular expressions.
Post back what you're searching for, and i'll try and give you a clearer answer!
Cheers,
Dave
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
so i am currently trying to figure out how to use the find feature..
the problem is that notepad++ won't ignore the whitespaces in front of the lines.
i could use the "ignore whitespace" feature in dreamweaver to get the search result that i needed.
is there any similar feature in notepad++ that does that?
What are you searching for, and what is the text that contains what you're looking for?
Find will search the whole text, so leading whitespace shouldn't be a problem. If you specifically need to ignore whitespace within your search term, you can do this with \s* using regular expressions.
Post back what you're searching for, and i'll try and give you a clearer answer!
Cheers,
Dave