Rank: 3924 based on 10 downloads (last 30 days) and 3 files submitted
photo

Christopher Pedersen

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Christopher View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 Jul 2012 Screenshot growl displays a message in a growl pop-up window Author: Christopher Pedersen growl 2 0
19 Jul 2012 htm simple interface for writing information to html files Author: Christopher Pedersen html 5 0
19 Jul 2012 finder opens a file explorer window from the matlab command line Author: Christopher Pedersen explorer, finder, directory 3 0
Comments and Ratings by Christopher View all
Updated File Comments Rating
18 Jul 2012 grep: a pedestrian, very fast grep utility a unix-like, very fast grep utility to find strings(s) in files of any type Author: us

With reference to my earlier post - replacing line 650 with the following will leave uppercase regexp options untouched.

I = regexp(str,'\\[A-Z]','end');
str=lower(str);
str(I) = upper(str(I));

18 Jul 2012 grep: a pedestrian, very fast grep utility a unix-like, very fast grep utility to find strings(s) in files of any type Author: us

I did find one slight bug: when using the regexp and case insensitive options together ,the entire search pattern it made lowercase.
For example grep('-i','-R','\Wtext\W') will actually be searching for the pattern '\wtext\w', which means something entirely different in regexp.

Top Tags Applied by Christopher
directory, explorer, finder, growl, html
Files Tagged by Christopher View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
23 Jul 2012 Screenshot growl displays a message in a growl pop-up window Author: Christopher Pedersen growl 2 0
19 Jul 2012 htm simple interface for writing information to html files Author: Christopher Pedersen html 5 0
19 Jul 2012 finder opens a file explorer window from the matlab command line Author: Christopher Pedersen explorer, finder, directory 3 0

Contact us