Class StringHelper


  • public final class StringHelper
    extends java.lang.Object
    jurt.jar internal string helper methods.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String replace​(java.lang.String str, char from, java.lang.String to)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • replace

        public static java.lang.String replace​(java.lang.String str,
                                               char from,
                                               java.lang.String to)