Schrift
Wiki:Tipp zum Debugging: use Data::Dumper; local $Data::Dumper::Useqq = 1; print Dumper \@var;
[thread]7763[/thread]

\b klasse

Leser: 1


<< >> 2 Einträge, 1 Seite
Froschpopo
 2006-03-05 21:37
#63487 #63487
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
gibts für die klasse \b auch ne definitionsmöglichkeit wie bei \d & co, z.B. in []?\n\n

<!--EDIT|Froschpopo|1141587473-->
Linuxer
 2006-03-05 21:59
#63488 #63488
User since
2006-01-27
3881 Artikel
HausmeisterIn

user image
perldoc perlre sagt dazu:
Quote
A word boundary (\b ) is a spot between two characters that has a \w on one side of it and a \W on the other side of it (in either order), counting the imaginary characters off the beginning and end of the string as matching a \W . (Within character classes \b represents backspace rather than a word boundary, just as it normally does in any double-quoted string.)
meine Beiträge: I.d.R. alle Angaben ohne Gewähr und auf Linux abgestimmt!
Die Sprache heisst Perl, nicht PERL. - Bitte Crossposts als solche kenntlich machen!
<< >> 2 Einträge, 1 Seite



View all threads created 2006-03-05 21:37.