Skip to content

Commit d47b82d

Browse files
committed
Use general Copilot name in prompt section
1 parent f37b463 commit d47b82d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)