I would like to see how I can obtain a regular expression to get the result in brackets without considering the sub brackets, I will explain with an example
let txt = F[aaa(0,0,0)] otra texto F[bbb(1,1,1)]
let regExp = /F\[([^\]]+)\]/g;
let ma...
asked by
11.05.2018 / 22:05