Check-in Number:
|
1911 | |
Date: |
2002-Feb-28 12:08:27 (local)
2002-Feb-28 11:08:27 (UTC) |
User: | rse |
Branch: | |
Comment: |
another bug |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/var/TODO 1.14 -> 1.15
--- TODO 2002/02/28 08:48:44 1.14
+++ TODO 2002/02/28 11:08:27 1.15
@@ -1,10 +1,17 @@
OSSP var
+ o problem:
+ ${foo:s/^(.+)$/<\1>/}
+ -> fails with malformatted search & replace error because
+ it tries to parse the $ as a variable.
+ ${foo:s/^(.+)\$/<\1>/}
+ -> does not substitute because it leaves the \$ in the regex
+ and this no longer matches the end (instead it matches a dollar)
+
o generate internals into context
o use internal context to carry information
o document exception handling
o document arithmetic expressions
- o document loop construct
---------------------------------------------------------------------
- Man braucht ein Schleifenkonstrukt, das über Arrays iteriert:
|
|