diff string.rhope @ 112:fd23ab2c1a73

Small changes to make profile data a little cleaner
author Mike Pavone <pavone@retrodev.com>
date Mon, 11 Oct 2010 21:53:27 -0400
parents 13dfe8214254
children 0a4682be2db2
line wrap: on
line diff
--- a/string.rhope	Mon Oct 11 20:04:48 2010 -0400
+++ b/string.rhope	Mon Oct 11 21:53:27 2010 -0400
@@ -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]