This is used as a bookmark / note to self blog, other things may also appear here. It contains information regarging but not limited to Computers, Radio, SDR, Electronics..
To replace curly braces with brackets using search and replace in Visual Studio code for PHP use this search/replace pattern:
Enable regex search.
Example:
Search: (\$[a-z]+)\{(.)\}
Replace: $1[$2]