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

regular expressions #3130

Closed
cyberduck opened this issue Apr 26, 2009 · 1 comment
Closed

regular expressions #3130

cyberduck opened this issue Apr 26, 2009 · 1 comment
Assignees

Comments

@cyberduck
Copy link
Collaborator

57304fa created the issue

Hello guys, first, thank you for such a great software.

I'm trying to accept a new regular expression. The language is

[*of*files*complete*]

It is always a folder, not a regular file.
An example of an accepted string is

[ 1 of 1 files = 100% complete of 7.7MB | ITALY EXCELS 2007]

I was trying to add it like this...

.*~\..*|\.DS_Store|\.svn|CVS|RCS|SCCS|\.git|\.bzr|\.bzrignore|\.bzrtags|\.hg|\.hgignore|\.hgtags|_darcs|\.*[.*of.*files.*complete.*].*

but I was unsuccessful.

Hope you guys font mind helping me out here.. Thanks!

@cyberduck
Copy link
Collaborator Author

@dkocher commented

You must escape the [ and ] if they should be treated as plain text.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants