We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddac9e8 commit c0ad787Copy full SHA for c0ad787
README.md
@@ -699,6 +699,15 @@ TextUtils.replaceTrueOrFalse(string); // this will return int value.
699
**/
700
TextUtils.replaceNullWithZero(String stringToReplace)
701
702
+/**
703
+ * replace null method
704
+ * this method will replace null with empty space
705
+ *
706
+ * @param string - string where you want to replace null
707
+ * @return it will return empty string
708
+**/
709
+TextUtils.replaceNullWithDash(String string)
710
+
711
/**
712
* 2018 September 14 - Friday - 12:34 PM
713
* remove last char method
0 commit comments