validators can use new regexps now

db4
Slava Pestov 2008-11-13 18:26:09 -06:00
parent 174f24a1f3
commit 4e0dee6280
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
! Copyright (C) 2006, 2008 Slava Pestov ! Copyright (C) 2006, 2008 Slava Pestov
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: kernel continuations sequences math namespaces make sets USING: kernel continuations sequences math namespaces make sets
math.parser math.ranges assocs parser-combinators.regexp math.parser math.ranges assocs regexp unicode.categories arrays
unicode.categories arrays hashtables words classes quotations hashtables words classes quotations xmode.catalog ;
xmode.catalog ;
IN: validators IN: validators
: v-default ( str def -- str/def ) : v-default ( str def -- str/def )