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

[PowerRename]Add $, ^ and .* to RegEx cheatsheet #37062

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PesBandi
Copy link
Contributor

Summary of the Pull Request

Adds these hints to the Regex cheatsheet:

  • ^: Start of the string
  • $: End of the string
  • .*: Match zero or more of any character

Also updates the \S description to remove an unnecessary backslash (resw doesn't need escapes)

PR Checklist

  • Closes: [PowerRename] Regex help in UI: Add ^, $, .* #35847
  • Communication: I've discussed this with core contributors already.
  • Tests: All pass
  • Localization: All end user facing strings can be localized
  • Dev docs: No need
  • New binaries: None
  • Documentation updated: No need

Detailed Description of the Pull Request / Additional comments

image

Validation Steps Performed

Manually tested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant