天马行空工作室

导航

2011年11月21日

C#中如何实现JAVA中的String.replaceAll()方法功能

摘要: JDK原文注释:String java.lang.String.replaceAll(String regex, String replacement)replaceAllpublic String replaceAll(Stringregex, Stringreplacement)Replaces each substring of this string that matches the given regular expressionwith the given replacement.An invocation of this metho... 阅读全文

posted @ 2011-11-21 20:51 天马行空工作室 阅读(2018) 评论(0) 推荐(0)