[Cyberduck-trac] [Cyberduck] #3130: regular expressions

Cyberduck trac at trac.cyberduck.ch
Wed Apr 29 11:32:05 CEST 2009


#3130: regular expressions
-----------------------------------------+----------------------------------
 Reporter:  jarias14@…                   |        Owner:  dkocher
     Type:  defect                       |       Status:  closed 
 Priority:  normal                       |    Milestone:         
Component:  core                         |      Version:  3.1.2  
 Severity:  normal                       |   Resolution:  invalid
 Keywords:  complex regular expressions  |  
-----------------------------------------+----------------------------------
Changes (by dkocher):

  * status:  new => closed
  * resolution:  => invalid


Old description:

> 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!

New description:

 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!

--

Comment:

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

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/3130#comment:1>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files and Amazon S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list