Menu

find feature question

frec
2009-08-24
2012-11-13
  • frec

    frec - 2009-08-24

    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?

     
    • Dave Brotherstone

      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