About 4,160,000 results
Open links in new tab
  1. Find and replace using regular expressions in Microsoft Word

    Jul 26, 2014 · @Prasanna: Microsoft Word has, at least since 2007, had a “Use wildcards” option in its “Find” (and Replace) dialog. It supports a syntax that is halfway between shell (command …

  2. Regular Expressions + MS Word’s Find and Replace Feature

    Jan 2, 2024 · In the Find what: field, we‘ll combine a regex with one of Word’s Special meta characters to target phone numbers regardless of their current, inconsistent formatting.

  3. Find and Replace with Regex in Microsoft Word 2013

    Jun 19, 2014 · This tool can use the standard regular expressions syntax to search and replace any text within a Word document. For example, to search for any HTML tags, you can just use …

  4. Finding and replacing characters using wildcards - Word MVP

    To begin, you must first turn Wildcards on in the Find/Replace dialog. To do so, bring up the Find dialog, click More and check Use wildcards. In a macro, set . Find.MatchWildcards = True. If …

  5. Doing Wildcard or Regex Search in Word with the Find Tool - Microsoft

    5 days ago · I'm using Word on Windows 11 on a desktop. Is there a way to do something like a Regex or Wildcard search? I see that in the find they talk about using wildcards but I couldn't …

  6. Use of regular expressions in Find/Replace : r/MicrosoftWord - Reddit

    Jun 28, 2023 · Click on the button Find In and click Main Document. That will select all the occurrences in the body of the document. Then click the Change Case button on the Home …

  7. Power User Tips and Tricks - Word, Excel, Dreamweaver

    Word supports find/replace with it own variation of regular expressions (regex), which is called wildcards. To use regex: Ctrl-H (Find/Replace) ⇒ Check "Use wildcards" option under "More".

  8. Find and Replace Text in Microsoft Word: How to Use?

    Sep 9, 2025 · Explore Microsoft Word's Find and Replace tool, a crucial feature for efficient document editing. Master advanced techniques, including wildcards and regular expressions, …

  9. Regular expressions to replace text strings in a MS Word

    Mar 29, 2024 · If you want real regular expression in MS Word, VBA is the way to go. A good place to learn how to use MS Word wildcards: Finding and replacing characters using wildcards.

  10. Microsoft Word wildcards as regular expressions - Regent

    Find and Replace dialog in Microsoft Word (XP, 2003 and 2007) supports wildcard mode that is very similar to regular expressions. For example, find ( [a-z] {1,}) and replace "\1" expression …