Package editor.search

Class TextSearcher


public class TextSearcher extends AbstractSearcher
  • Field Details

    • _pattern

      private final String _pattern
    • _caseSensitive

      private final boolean _caseSensitive
    • _wholeWords

      private final boolean _wholeWords
    • _regEx

      private final boolean _regEx
  • Constructor Details

    • TextSearcher

      public TextSearcher(String pattern, boolean caseSensitive, boolean wholeWords, boolean regEx)
  • Method Details