On Apr 7, 2004, at 9:13 AM, SADAHIRO Tomoyuki wrote:
On Tue, 6 Apr 2004 18:05:32 -0400
gohaku <[EMAIL PROTECTED]> wrote:
Hi everyone,
I have some ( actually many ) records in a Database that I want to
"clean"
Some of these records contain Unicode Text ( Mostly East-Asian )
I have tried matching f
On Tue, 6 Apr 2004 18:05:32 -0400
gohaku <[EMAIL PROTECTED]> wrote:
> Hi everyone,
> I have some ( actually many ) records in a Database that I want to
> "clean"
> Some of these records contain Unicode Text ( Mostly East-Asian )
>
> I have tried matching for "\W+" and "\S+" but that is not wha
Hi everyone,
I have some ( actually many ) records in a Database that I want to
"clean"
Some of these records contain Unicode Text ( Mostly East-Asian )
I have tried matching for "\W+" and "\S+" but that is not what I am
looking for because I would like to keep "&" and "-"
Thanks in advance.
-go