pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-26
2014-08-26 09:10:05 by Stephen R. van den Berg <srb@cuci.nl>
e8c88c96c920cd3aa1b59720339d91d6d1d9c0d2 (
8
lines) (+
8
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Update CHANGES for new String.Buffer methods.
609:
The new method addat() allows for writing into the buffer at any position.
+
It is possible to address (and update) single characters in a Buffer
+
using [].
+
It is possible to extract a new Buffer (copy) from an existing Buffer
+
using the [..] range operator.
+
A new method cut() allows you to cut and copy, or simply delete and
+
contract data from an existing Buffer.
+
o String.range(str) This returns the minimum and maximum character value in the string.