From 4e0dee6280c4d411d4810750559c850ff64d2c8d Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 13 Nov 2008 18:26:09 -0600 Subject: [PATCH] validators can use new regexps now --- basis/validators/validators.factor | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/basis/validators/validators.factor b/basis/validators/validators.factor index 30e1eadc7a..0ddced63e8 100644 --- a/basis/validators/validators.factor +++ b/basis/validators/validators.factor @@ -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 )