Skip to content

Commit c6ee7f4

Browse files
Merge pull request #5151 from MicrosoftDocs/alvinashcraft/main-fix-copilot-tip-wording
Use general Copilot name in prompt section of PowerRename docs
2 parents 16ef1d1 + d47b82d commit c6ee7f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hub/powertoys/powerrename.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PowerRename is a bulk renaming tool that enables you to:
2121
- Undo a rename operation after it is completed.
2222

2323
> [!TIP]
24-
> You can use AI assistance to [create regular expressions to use in PowerRename with GitHub Copilot](#ask-microsoft-copilot-for-help-with-regular-expressions).
24+
> You can use AI assistance to [create regular expressions to use in PowerRename with Copilot](#ask-copilot-for-help-with-regular-expressions).
2525
2626
## Demo
2727

@@ -210,7 +210,7 @@ Matching and variable examples. Capturing groups are defined in parentheses `()`
210210
| `^(.{n})(.*)` or `(.*)(.{n})$` | `$1foo$2` | Insert "foo" *n* characters from the beginning or the end, respectively |
211211
| `^.{n}` or `.{n}$` | nothing | Trim *n* characters from the beginning or the end, respectively |
212212

213-
### Ask Microsoft Copilot for help with regular expressions
213+
### Ask Copilot for help with regular expressions
214214

215215
You can get AI assistance from [Copilot](https://copilot.microsoft.com/) to generate simple or complex regular expressions. You can customize the prompt to generate a string per your requirements.
216216

0 commit comments

Comments
 (0)