I am not able to give "[" directly as it considers it as char set. If i try giving "[" , i get a error saying escape sequence is not possible for "[".
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Escape it with a double backslash:
This is needed to stop the regex engine treating the The first backslash is needed since the |
|||||||||||
|
|
org.apache.commons.lang.StringUtils.split( src, '[' ) Done. Why are you wasting time on this? |
|||
|
|