Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple matching examples, does not work as intended #5108

Open
Efeuextrakt opened this issue Aug 13, 2024 · 1 comment
Open

Simple matching examples, does not work as intended #5108

Efeuextrakt opened this issue Aug 13, 2024 · 1 comment
Assignees
Labels

Comments

@Efeuextrakt
Copy link

Type of issue

Code doesn't work

Feedback

The example: "^foo.*bar$" -> Match text that begins with "foo" and ends with "bar" does not work.
The PowerRename only accept this argument like this: "foo.*bar$"

Page URL

https://learn.microsoft.com/en-us/windows/powertoys/powerrename

Content source URL

https://github.com/MicrosoftDocs/windows-dev-docs/blob/docs/hub/powertoys/powerrename.md

Author

@alvinashcraft

Document Id

0be1b400-5349-7dd9-43d2-abd3a91884a6

@alvinashcraft
Copy link
Contributor

Removing ^ from the regular expression no longer checks that "foo" is at the beginning of the filename text. It will accept filenames where foo is anywhere in the string.

@alvinashcraft alvinashcraft added the powertoys/tech PowerToys docs label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants