Help for this page

Select Code to Download


  1. or download this
    [\&toggleTextHighlighting \$highlight, \$regex, \$widget]
    
  2. or download this
    sub toggleTextHighlighting {
        my ($highlight, $regex, $widget) = @_;
    ...
            $widget->tagRemove("foundtag", '1.0', 'end');
        }
    }