Resolved! Regular expression to include square braces
Hi Team, i need to split the below sentence using regex, Please help me out in 2nd line of the code.i want to include the symbols [,],| as delimiters. please suggest me. var data = "test comments [link title|http://example.com]"var items = data.split...