Hi !
I am trying to clean-up the [^1] footnotes syntax in a json layout to build a search index (as in A simple javascript based full text search function).
When using | replaceRE "\[\^([^\]])+\]" " "
, I get an invalid syntax whereas I think it should not (this is proper RE as checked on https://regex101.com and in the Golang flavor.
Does anyone has a clue on how to make it work please ?
Best regards,
Hugues