Ignore:
Timestamp:
Dec 22, 2011, 12:03:09 PM (12 years ago)
Author:
gostiaux
Message:

Commited wrong file in previous commit; now OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fileparts_uvmat.m

    r339 r346  
    6666        delim1=r.delim1;
    6767        num2=r.num2;
    68         r=regexp(FileName,['.*\D(?<num3>\d+)(?<delim2>[-_])' num2 delim1 num1 '$'],'names');
    69         if ~isempty(r) % FileName end matches delim2 num2 delim1 num1
     68        r=regexp(FileName,['.*\D(?<num3>\d+)(?<delim2>[-_]&[^' delim1 '])' num2 delim1 num1 '$'],'names');
     69        if ~isempty(r) % FileName end matches num3 delim2 num2 delim1 num1
    7070            delim2=r.delim2;
    7171            num3=r.num3;
     
    230230        'Image3_a.jpg'...
    231231        'movie57.avi'...
     232        'merged_20_12_1.png'...
    232233        };
    233234end
Note: See TracChangeset for help on using the changeset viewer.