src/Pure/library.scala
changeset 65903 692e428803c8
parent 65761 ce909161d030
child 65932 db5e701b691a
--- a/src/Pure/library.scala	Mon May 22 15:19:44 2017 +0200
+++ b/src/Pure/library.scala	Mon May 22 19:34:01 2017 +0200
@@ -142,7 +142,7 @@
   def trim_split_lines(s: String): List[String] =
     split_lines(trim_line(s)).map(trim_line(_))
 
-  def trim_substring(s: String): String = new String(s.toCharArray)
+  def isolate_substring(s: String): String = new String(s.toCharArray)
 
 
   /* quote */