<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 2 Jun 2010, at 20:10, Leigh Daniels wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">This worked with your example data:<br><br>Find:<br>   ^([0-9]+)$<br><br>Replace:<br>   $1,<br><br>**Leigh<br><br>On Wed, Jun 2, 2010, Afflictedd2 <<a href="mailto:edvelez.g@gmail.com">edvelez.g@gmail.com</a>> wrote:<br><br><blockquote type="cite">1<br></blockquote><blockquote type="cite">34<br></blockquote><blockquote type="cite">244<br></blockquote><blockquote type="cite">5<br></blockquote></span><br class="Apple-interchange-newline"></blockquote></div><div><br></div><div>Also:</div><div><br></div>* Select all the lines you want to edit,<div>* Click "Text" Menu -> "Edit Each Line in Selection"</div><div>* Type ","<br><div><br></div><div>That'll do every line in the selection though, whereas the find/replace _only_ matches numbers. If you wanted to find/replace on all lines, not just numerical I'd use `$' as the find string and replace with simply `,'.</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>C</div><div>---</div><div>Caius Durling</div><div><a href="mailto:caius@caius.name">caius@caius.name</a></div><div>+44 (0) 7960 268 100</div><div><a href="http://caius.name/">http://caius.name/</a></div></div></div></span></span>
</div>
<br></div></div></body></html>