#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 25 May 2019 11:19:20 +0200
changeset 24147 a6e10cfad9c7
parent 24146 7f198b02b945
child 24148 0a40f4bca78d
#DOCUMENTATION by cg class: CharacterArray comment/format in: #asURL
CharacterArray.st
--- a/CharacterArray.st	Sat May 25 11:18:10 2019 +0200
+++ b/CharacterArray.st	Sat May 25 11:19:20 2019 +0200
@@ -4080,7 +4080,12 @@
      'http://www.exept.de:80/index.html' asURL port
      'http://www.exept.de:80/index.html' asURL method
      'http://www.exept.de:80/index.html' asURL path
-    "
+     'file:///tmp/index.html' asURL path
+     'file:///tmp/index.html' asURL method
+     'file:///tmp/index.html' asURL asString
+    "
+
+    "Modified (format): / 25-05-2019 / 09:33:18 / Claus Gittinger"
 !
 
 asUUID