how to add a space using a regex
- From: "Jerry Preston" <g-preston1@xxxxxx>
- Date: Wed, 31 Aug 2005 02:01:01 -0500
What I want to do is add a space between one's name when the are like the
following:
$name1 = "FirstLast:";
I want change $name1 = "First Last";
and
$name1 = "FirstMiddleLast:";
I want change $name1 = "First Middle Last";
To be able to add spaces for either "FirstLast:" or "FirstMiddleLast:" with
the same regex?
Thanks,
Jerry
.
- Follow-Ups:
- Re: how to add a space using a regex
- From: Anno Siegel
- Re: how to add a space using a regex
- From: John Bokma
- Re: how to add a space using a regex
- From: William James
- Re: how to add a space using a regex
- From: Christian Winter
- Re: how to add a space using a regex
- Prev by Date: Is it possible to resize or crop JPG image with Perl?
- Next by Date: Re: Is it possible to resize or crop JPG image with Perl?
- Previous by thread: Is it possible to resize or crop JPG image with Perl?
- Next by thread: Re: how to add a space using a regex
- Index(es):