Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Varbase FAQs 9.2.1 Minor update available for module varbase_faqs (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Find Text

357 sites Security covered
View on drupal.org

Find Text allows editors and administrators to search all text fields on a Drupal site for specific strings or patterns. It provides a user-friendly way to locate content without needing direct database access, ideal for tasks like updating product names or finding specific HTML elements. The results show where the text appears, highlight the match within the content, and support wildcard characters and regular expressions for more flexible searching.

Find Text is an editor/administrator tool to directly search all text fields on a site for a given string or regexp pattern. This allows for direct, and directed, database searches for text content without the need to use more advanced tools or requiring direct access to the database.

For instance, if a product name is going to be updated, Find Text can be used to find all instances of this name within text fields, including node body fields, text fields within paragraphs or blocks, or text values within custom fields. Similarly, instances of a specific HTML class, relative or absolute link, drupal entity, etc., can be searched for directly prior to any rendering or other processing occurs on the frontend.

The results table of the search includes the entities on which the text appears (e.g. node or menu), the specific field or fields in which the text is used, and the full content which contains the searched text. The matching text will be highlighted within the full text.

Text Search Wildcards

Two text wildcard options are available as part of the text search.

Underscores (_) can be used as single-match wildcards. Including these within a text search will match any one character for each underscore used.

Percent signs (%) can be used as multi-match wildcards. Including these within a text search will match zero, one, or multiple characters wherever it is used.

Render Markup

When using the render markup option, text matches in the results will be rendered when displayed. Content within tables, lists, or headings will be displayed as such for easier readability, though this may hide some text matches.

Searching for "table", for instance, will match any HTML tables within text content, though the matching tags will be hidden by the rendering process.

Regexp

If the regexp option is checked, the search text will be treated as a regular expression rather than a specific text search.

More information on regular expressions may be found at https://www.regular-expressions.info.

Activity

Total releases
2
First release
Nov 2025
Latest release
5 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
3.0.1 Stable Feb 16, 2026
3.0.0 Stable Nov 10, 2025