Skip to content

Commit c0ad787

Browse files
authored
Update README.md
1 parent ddac9e8 commit c0ad787

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,15 @@ TextUtils.replaceTrueOrFalse(string); // this will return int value.
699699
**/
700700
TextUtils.replaceNullWithZero(String stringToReplace)
701701

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+
702711
/**
703712
* 2018 September 14 - Friday - 12:34 PM
704713
* remove last char method

0 commit comments

Comments
 (0)