Hi all,
I've been trying to figure this one out but can't seem to get it. Here's the situation:
I have some text like this:
some text1,some text2,some text3
{
some text1,some text2,some text3
}
What I want to do is add space after the comma (,) OUTSIDE the { }
So the above text should become:
some text1, some text2, some text3
{
some text1,some text2,some text3
}
I just can't seem to get it working. It either puts a space after all commas (also within the { }) or none at all.
Note that it can be zero to many commas outside and inside the {}
Any ideas?
Thanks in advance!
I've been trying to figure this one out but can't seem to get it. Here's the situation:
I have some text like this:
some text1,some text2,some text3
{
some text1,some text2,some text3
}
What I want to do is add space after the comma (,) OUTSIDE the { }
So the above text should become:
some text1, some text2, some text3
{
some text1,some text2,some text3
}
I just can't seem to get it working. It either puts a space after all commas (also within the { }) or none at all.
Note that it can be zero to many commas outside and inside the {}
Any ideas?
Thanks in advance!