[疑难] D2.052中的std.string.replace函数是不是没有了?
sinpool
2011-05-21
今天练习string的编程时,
想使用replace替换部分字符串, 结果发现, 在D2.052中, 好像std.string.replace这个函数没有了。 难道我下载的D2.052“基因变异”了? |
|
betty_betty2008
2011-05-21
Symbol Comment
cmp Moved to std.algorithm.cmp and generalized to work for all input ranges and accept a custom predicate. count Moved to std.algorithm.count and generalized to accept a custom predicate. replace Moved to std.array.replace. ByCodeUnit Removed. insert Use std.array.insert instead. join Use std.array.join instead. repeat Use std.array.replicate instead. replace Use std.array.replace instead. replaceSlice Use std.array.replace instead. split Use std.array.split instead. |
|
sinpool
2011-05-21
哦~~~~~
原来是这样呀。 引用 IMPORTANT NOTE: Beginning with version 2.052, the following symbols have been generalized beyond strings and moved to different modules. 谢谢。 |
相关讨论
相关资源推荐
- SpringBoot,Mybatis 使用Java8(JSR310)时间日期规范
- 高级JAVA开发必备技能:java8 新日期时间API((二)JSR-310:常用的日期时间API)(JAVA 小虚竹)
- How to use jsr310 in JDK8 in spring boot project
- mybatis逆向工程兼容JDK8的时间API
- JDK8 after时间日期api
- 【Java基础】使用Java8新的日期和时间API
- JDK 8 新特性 | 新时间日期 API
- Mybatis中使用JDK8的日期API-LocalDateTime
- 【Java新特性学习 四】JDK8: 库函数新特性之Optional,Streams,Date/Time API(JSR 310),Base64,并行数组
- 【Java基础系列教程】第二十六章 JDK8新特性_Optional类、新日期时间API、Base64