diff string.rhope @ 115:04148770c229

Merge
author Mike Pavone <pavone@retrodev.com>
date Wed, 13 Oct 2010 01:18:53 +0000
parents fd23ab2c1a73
children 0a4682be2db2
line wrap: on
line diff
--- a/string.rhope	Wed Oct 13 01:15:04 2010 +0000
+++ b/string.rhope	Wed Oct 13 01:18:53 2010 +0000
@@ -905,8 +905,9 @@
 	out <- string
 }
 
-Replace[string,toreplace,with:out]
+Replace[string,otoreplace,with:out]
 {
+	toreplace <- Pattern[otoreplace]
 	,delim,after <-[string]Partition[toreplace]
 	{
 		wt <- Blueprint Of[with]