ossp-pkg/var/TODO 1.21 -> 1.22
--- TODO 2002/03/04 11:54:05 1.21
+++ TODO 2002/03/04 12:01:53 1.22
@@ -1,13 +1,5 @@
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 "problem"!?:
${unknown:-foo} fails on force_expand and results
in no expansion (kept as is) if not forced_expand.
|
|