a) Replace all characters that matches pattern with a replacement string
b) Replace first subsequence that matches pattern with a replacement string
c) Replace all other than first subsequence of that matches pattern with a replacement string
d) Replace every subsequence of the input sequence that matches pattern with a replacement string
what does public String replaceAll(string replace) do?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
what does public String replaceAll(string replace) do?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!