head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2002.07.27.07.57.12;	author aso;	state dead;
branches;
next	1.1;

1.1
date	2002.07.27.07.51.56;	author aso;	state Exp;
branches;
next	;


desc
@@


1.2
log
@*** empty log message ***
@
text
@
\d	ڸ Ŵ == [0-9]
\D	ڰ ƴ  Ŵ == [^0-9]
\s	 ڸ Ŵ == [ \t\n\r\f\v]
\S	  ڸ Ŵ == [^ \t\n\r\f\v]
\w	 ڸ Ŵ == [a-zA-Z0-9_]
\W	  ڸ Ŵ == [^a-zA-Z0-9_]
\b	matches a word-boundary (NOTE : within a class, matches a backspace)
\B	matches a non-wordboundary
@


1.1
log
@\ ()  ƾ ߰
@
text
@@

