Delete Web Address From File Name

A swapping-ground for Regular Expression syntax

Delete Web Address From File Name

Postby Nell » Tue Jun 03, 2014 2:25 am

Hi,

Sorry I am new to this and tried searching for a topic without any success.

I have a folder, where I have included a web address in the file names and I would like to remove them. All the web address' start with "www.", so I was hoping I could erase the "www." and everything that comes directly after it, until a space is found.

Any help appreciated!
Nell
 
Posts: 7
Joined: Tue Jun 03, 2014 2:20 am

Delete Web Address From File Name

Postby truth » Mon Jun 09, 2014 12:05 pm

1Regex match/replace:
www\..*? (.*)
\1
truth
 
Posts: 221
Joined: Tue Jun 25, 2013 3:39 am
Location: Earth, OrionArm, MilkyWay


Return to Regular Expressions


cron