INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: Yummycarp on March 15, 2012, 08:46:55 pm

Title: Simple Regex Help Needed
Post by: Yummycarp on March 15, 2012, 08:46:55 pm
I need a regex statement that will replace all underscores in the filename with spaces.

something like regex( filename, ....  I am assuming.

Thanks
Title: Re: Simple Regex Help Needed
Post by: MrC on March 15, 2012, 09:07:46 pm
For this, use Replace:

  Replace([Filename (name)], _, / )