in reply to Re: Regex to add space after punctuation sign
in thread Regex to add space after punctuation sign
--dda
s/(\d[,.]\d)|([^\w\s](?!\s)(?!$))/$1 || "$2 "/ge;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Regex to add space after punctuation sign
by Abigail-II (Bishop) on Jan 08, 2004 at 09:58 UTC | |
by dda (Friar) on Jan 08, 2004 at 10:07 UTC |