Closed turbanoff closed 6 years ago
Can you add parse methods for CharSequence? I need to search string in StringBuilder
CharSequence
Hi, this is easy since String itself is a CharSequence. So, we only need to change the parameter type String to CharSequence, no need to add any extra methods.
String
Can you add parse methods for
CharSequence
? I need to search string in StringBuilder