I am trying to get all the words comes with inside bracket in string using javascript but i am not get clear idea. please help me.
Input
" ( [Field1] + [Field2] ) + ( [Field3] - [Field4] ) "
Required Output
["Field1","Field2","Field3","Field4"]
Thanks in advance