[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remove Strange characters



Jonathan wrote:

> OK Doc:
>
> I used this in vim, on your test.txt and it worked.
>
> :%s/[^A-Za-z0-9[:space:]]//g
>
Oopps:

 It should be:

%s/[^A-Za-z0-9[:space:][:punct:]]//g

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.