|
|
Browse by Tags
All Tags » replace » remove
-
Hi,
first of all my experience with regex are very low. But now I have problem which seems to be suitable for handling with regular expressions. My problem is the following:
I have a string which can start with some tab characters (0-n times) followed by some spaces (0-n times) and then some other user data (beginning with a non space). I want ...
-
I'm attempting to use PCRE as part of my scripting and have hit a mental block. Regex is not a strong point for me so please bear with me.
What I have is a file name such as this one:
My music name (Album Name - Artist Name) 2010_12_15_14_45_55 0001.mp3
What I want to do is remove the date/time/unique number from the name which was ...
|
|
|