You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/powertoys/powerrename.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ PowerRename is a bulk renaming tool that enables you to:
21
21
- Undo a rename operation after it is completed.
22
22
23
23
> [!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).
25
25
26
26
## Demo
27
27
@@ -210,7 +210,7 @@ Matching and variable examples. Capturing groups are defined in parentheses `()`
210
210
|`^(.{n})(.*)` or `(.*)(.{n})$`|`$1foo$2`| Insert "foo" *n* characters from the beginning or the end, respectively |
211
211
|`^.{n}` or `.{n}$`| nothing | Trim *n* characters from the beginning or the end, respectively |
212
212
213
-
### Ask Microsoft Copilot for help with regular expressions
213
+
### Ask Copilot for help with regular expressions
214
214
215
215
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.
0 commit comments