File:  [parser3project] / parser3 / tests / 212.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat May 16 22:58:10 2009 UTC (17 years, 3 months ago) by misha
Branches: MAIN
CVS tags: HEAD
- .size[] and .study_size[] were added to tests

@main[]
^try{
	$r[^regex::create[]]
}{
	$exception.handled(1)
	failed, that's OK
}
<br />


$s[  select]
$r[^regex::create[^^\s*]]
size: ^eval($r)/^r.size[]<br />
study size: ^r.study_size[]<br />
^s.match[$r;]{!}
<br />


$s[  sElect]
$r[^regex::create[e][g]]
^s.match[$r;]{!}
<br />


$s[  sElect]
$r[^regex::create[e;gi]]
^s.match[$r;]{!}
<br />


$s[12312312]
$r[^regex::create[3;gn]]
^s.match[$r]
<br />


$s[12312312]
$r[^regex::create[\d+?]]
study size: ^r.study_size[]<br />
^s.match[$r;]{!}
<br />


$s[12312312]
$r[^regex::create[\d+?;U]]
^s.match[$r][]{!}
<br />



$t[^file:list[./;^regex::create[^^212.html^$]]]
$t.name
<br />

E-mail: