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

description regex replace #252

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

description regex replace #252

wants to merge 1 commit into from

Conversation

burrbull
Copy link
Member

@burrbull burrbull commented Nov 3, 2024

No description provided.

@burrbull
Copy link
Member Author

burrbull commented Dec 2, 2024

cc @Emilgardis @adamgreig

The idea is to make it possible to use regex replacement in names and descriptions during modifying in addition to simple string assignment.
There are options how it can look like:

  1. Add new _replace command with syntax similar to _modify. (more verbose, but little more flexible)
  2. Do it during _modify. Use replace instead of assigment when pattern: replacer hashmap is passed instead of ordinary string. (like now in PR)
  3. Some other variant?

What do you think?

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