parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

вот как пишу я, проблем не замечал. ;-)

Constantine 30.08.2002 03:16

Предполагается, что существует функция ^error404page[]. ;-)

P. S. RegExp "\x3f" -- "\?". :-)
@unhandled_exception[exception;stack]
#next line added by Constantine. 
^if(("$exception.type" eq "file.missing") && (def $exception.source) && (^exception.source.match[$request:uri][] || ^exception.source.match[^request:uri.match[(.+)\x3f.*][]{?$match.1}][])){^error404page[]}{

^unhandled_exception_debug[$exception;$stack]

#next line added by Constantine. 
}