#3130 closed defect (invalid)
regular expressions
Reported by: | jarias14@… | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | 3.1.2 |
Severity: | normal | Keywords: | complex regular expressions |
Cc: | Architecture: | ||
Platform: |
Description (last modified by dkocher)
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!
Change History (1)
comment:1 Changed on Apr 29, 2009 at 9:32:05 AM by dkocher
- Description modified (diff)
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You must escape the [ and ] if they should be treated as plain text.