Como obter todas as palavras em uma string que existe entre dois Charachters usando Rejx JS

(?<=\[)(.*?)(?=\])

// use this one, and replace these [] with what you want to search about
Breakable Baboon