Menu

Regex FindRepalce Numbers

2008-03-02
2012-11-13
  • Nobody/Anonymous

    chaing 00:01:30  into 00:01:27 but i'm having problems with notepad++. I'm new witht his.

    I tried.

    search: ([0-9][0-9])\:([0-9][0-9])\:([0-9][0-9]),
    replace: \1:\2:\3>-3>,

    and failed :(

     
    • Nobody/Anonymous

      What was your result then?

      If you _litterally_ want to replace 00:01:30 by 00:01:27 then I suggest you simply do that.

      If you want to subtract 3 from the seconds indicator, then I suggest you use something like Excel for that. You possibly could use Notepad++ to reformat the times first and/or extract them.