lua-users home
lua-l archive

Re: %s caracter class

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


Quoth Maxime Chupin <mc@melusine.eu.org>, on 2010年10月16日 09:43:22 +0100:
> Why does not it work as I want ? %s is not only for the space ?
A newline is also a whitespace character. You're probably thinking of
only horizontal space. There's no builtin class for that (that I know
of); use [ \t] instead or similar.
 ---> Drake Wilson

AltStyle によって変換されたページ (->オリジナル) /