Exit Full View

Featureful / about / components / SearchFiles.md

Search Files

Recursively looks though a folder for (text) files containing some Plain Text or matching a Regular Expression.

Optional replacement text.

The usual Replace-All, or open individual matched files, and then replace-all for that file only, or replace on an ad-hoc basis.

It uses Java's Pattern class for the regular expressions. Anywhere in Featureful where there's a regular expression, you can test the regular expression before using it.

In this case, it uses JavaRegex.


Back to Components index.