<div dir="ltr"><div>Thanks to all - I have it just about worked out....</div><div>One other question - is there a way to combine this new edit that I have with a system defined edit ?</div><div>Meaning, I'd like to make sure it also maintains the 'uplow' portion when doing addresses....</div><div>I've tried after the  |* | uplow}   and   | *} | uplow</div><div><br></div><div>I know you can combine edits that you define, but can you combine them with the system edits?  </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 26, 2016 at 11:55 AM, Kenneth Brody <span dir="ltr"><<a href="mailto:kenbrody@spamcop.net" target="_blank">kenbrody@spamcop.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 6/24/2016 5:41 PM, <a href="mailto:scooter6@gmail.com" target="_blank">scooter6@gmail.com</a> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there a way to write the edit that it doesn't delete characters and move<br>
all other characters together?<br>
i.e.  If someone has   1234 Main St,Apt.123    I don't want the edit to<br>
make it  1234 Main StApt123<br>
Rather I'd like it to be  1234 Main St Apt 123<br>
My current edit    {!","! | !"."! | !"#"! | !"*"! | *}   would replace the<br>
special characters<br>
I know I won't be able to cure all input type mistakes but I'd rather have<br>
2 spaces in some instances, rather than the words running together....<br>
</blockquote>
<br>
How about this?<br>
<br>
    { ((!","! | !"."! | !"#"! | !"*"!) <" ">) | * }<br>
<br>
This will "replace" any of those characters with a space.  (Or, keep the space which follows it, if there is one.)<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Kenneth Brody<br>
</font></span></blockquote></div><br></div>