View Single Post
Old 07-26-2016, 01:49 PM   #5
slantybard
my parent's oops...
slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.
 
Posts: 492
Karma: 1477572
Join Date: Feb 2009
Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW
I have figured out a work around to the comma separated thousands. I am running 2 S&R to do so:

1. search "#wordcount" for
Code:
(\d+)
and then replace with
Code:
<br><br> \1 Words
in "comments" using "append to field" with the "split result" unchecked

2. search "comments" for
Code:
(\d)(?=(\d\d\d)+(?!\d))
and replace with
Code:
\1,
in "comments" using "replace field"

Not elegant, but works.
Attached Thumbnails
Click image for larger version

Name:	screenshot1.png
Views:	156
Size:	155.8 KB
ID:	150492   Click image for larger version

Name:	screenshot2.png
Views:	146
Size:	151.5 KB
ID:	150493  
slantybard is offline   Reply With Quote