In message <[EMAIL PROTECTED]>, Melvin Mah
 writes:
>I managed to get 750,000 but I do not want the commas
>I need to remove those.
>
>Is there any syntax that I need to add /change to the
>current regex?

You're going to have to do a postprocessing substitution pass because
you don't know exactly how many commas are going to be in any given
piece of input.  Otherwise, you could capture the numbers surrounding
the commas and concatenate them.

daniel

-#-#-#-#-| Sleep and The Traveller |-#-#-#-#-#-#-#- http://www.savarese.org/
In distant lands, I hear the call of my home.     #     s a v a r e s e
Yet my work is not done.  My journey's just begun.-    software research
 -- http://www.sleepandthetraveller.com/          # http://www.savarese.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to