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
basis/validators

View File

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