Fill This Form To Receive Instant Help
Homework answers / question archive / How to implement special characters replacement in java? For example, Input: "The list [A-z] is not an ordinary list, but [L] is" Expected: The list [A-z] is not an ordinary list, but [123] is So, I want to replace "[L]" to "[123]"
How to implement special characters replacement in java?
For example,
Input: "The list [A-z] is not an ordinary list, but [L] is"
Expected: The list [A-z] is not an ordinary list, but [123] is
So, I want to replace "[L]" to "[123]".