How do I replace a single "space" character?

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Bernie Connors

How do I replace a single "space" character?

Post by Bernie Connors »

I have some tabular data in a space delimted file and I need to convert it to a comma delimited file. How do I find the spaces " "?.

Bernie.
Jim Garacci

Re: How do I replace a single "space" character?

Post by Jim Garacci »

Do a replace with:
Find what: [ ]
Replace with: ,

Make sure regular expression is checked.
Post Reply