Class TextHelper


  • public class TextHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TextHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void boldAllOccurencesOfText​(android.text.SpannableStringBuilder builder, java.lang.String text, java.lang.String textToBold)  
      • Methods inherited from class java.lang.Object

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

      • TextHelper

        public TextHelper()
    • Method Detail

      • boldAllOccurencesOfText

        public static void boldAllOccurencesOfText​(@NonNull
                                                   android.text.SpannableStringBuilder builder,
                                                   @NonNull
                                                   java.lang.String text,
                                                   @NonNull
                                                   java.lang.String textToBold)