Re: %s caracter class
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: %s caracter class
- From: steve donovan <steve.j.donovan@...>
- Date: 2010年10月16日 11:03:00 +0200
On Sat, Oct 16, 2010 at 10:56 AM, James Rhodes
<jrhodes@roket-enterprises.com> > >a=split(t,"([ <TAB>]+)");
> Where you would replace <TAB> with an actual tab character.
No need to put the actual character in - \t will do fine. It's
perhaps hard to read,
[ \t]+
because the space there is fairly invisible....
steve d.