Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.
the following conversion specifiers are recognized in the format string:
%a - abbreviated weekday name according to the current locale
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:
by default, a whitespace character is any character that the c library function isspace() recognizes, though it is possible to compile pcre with alternative character type tables. normally isspace() matches space, formfeed, newline, carriage return, horizontal tab, and vertical tab. perl 5 no longer includes vertical tab in its set of whitespace characters. the \v escape that was in the perl documentation for a long time was never in fact recognized. however, the character itself was treated as whitespace at least up to 5.002. in 5.004 and 5.005 it does not match \s.
though binary zero characters are supported in the subject string, they are not allowed in a pattern string because it is passed as a normal c string, terminated by zero.
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit: