This is the mail archive of the libc-locales@sources.redhat.com mailing list for the GNU libc locales project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Talk about glibc locale format


Today at 23:25, Keld JÃrn Simonsen wrote:

> Page 32: Why is .* useles? 

Because regular expression of "^[AaBb].*" matches the same thing as
"^[AaBb]", only the latter has a better chance of gaining better
performance (though this can probably be easily optimised out in regex
library). 

Cheers,
Danilo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]