Regex, nice site explaining the values
Nice site explaining regex concepts, in my case I wanted to find everything between double brackets
rg "\[\[(.*?)\]\]"`
References
- https://regexr.com/397dr
Nice site explaining regex concepts, in my case I wanted to find everything between double brackets
rg "\[\[(.*?)\]\]"`