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

Sub-string filtering #34

Open
wernight opened this issue Aug 15, 2012 · 0 comments
Open

Sub-string filtering #34

wernight opened this issue Aug 15, 2012 · 0 comments

Comments

@wernight
Copy link
Owner

Change case is applied to the entire matching expression.
Some renaming also.

Especially with path renaming, you'd want to apply renaming only to a selected part of the path. Could be used also to rename only certain files.

Via RegEx with look ahead and look behind it's possible, however the current implementation of look behind doesn't support variable with. For example this doesn't work:

(?<=\\STARTING_POINT\\.*)[^\\]+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant