Home
Download
Purchase
Support
Company
INTERACT FORUM
November 05, 2024, 09:34:12 am
Welcome,
Guest
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Calendar
Login
Register
INTERACT FORUM
>
More
>
Old Versions
>
Media Center 17
>
Simple Regex Help Needed
« previous
next »
Pages: [
1
]
Go Down
Print
Author
Topic: Simple Regex Help Needed (Read 836 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.
Print
Pages: [
1
]
Go Up
« previous
next »
INTERACT FORUM
>
More
>
Old Versions
>
Media Center 17
>
Simple Regex Help Needed