INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Simple Regex Help Needed  (Read 756 times)

Yummycarp

  • Recent member
  • *
  • Posts: 35
Simple Regex Help Needed
« 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
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Simple Regex Help Needed
« Reply #1 on: March 15, 2012, 09:07:46 pm »

For this, use Replace:

  Replace([Filename (name)], _, / )
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up