Menu

replace text with wildcard

ron jan
2014-02-01
2014-02-01
  • ron jan

    ron jan - 2014-02-01

    I found the solution:

    For me and the above string, I first use:
    "2/.*[0-9A-Za-z ( )].htm", with Regalar Expression (sorry, if wrong since my Notepad is in Dutch)
    which removes the filename and the 2/ and .htm, so "2/Name Of File.htm" from the above string.
    then I just use the normal replace to remove all the rest.