Top "Square-bracket" questions

The symbols "[" and "]", commonly used in programming languages.

C# regular expression to match square brackets

I'm trying to use a regular expression in C# to match a software version number that can contain: a 2 digit …

regex square-bracket
Accessing arrays by index[array] in C and C++

There is this little trick question that some interviewers like to ask for whatever reason: int arr[] = {1, 2, 3}; 2[arr] = 5; // does this …

c++ arrays c square-bracket subscript-operator
Visual Studio Code bracket auto completion

This has been annoying me for a while. VSCode doesn't let me type a closing bracked or parenthesis or the …

visual-studio-code code-completion square-bracket
Hive: regexp_replace square brackets

I need to replace the square brackets around a key:value pair similar to the following. Any help is much …

hive square-bracket
grok filter (regex) to extract string within square brackets

My application log entries are given below: 2015-06-24 14:03:16.7288 Sent request message [649b85fa-bfa0-4cb4-8c38-1aeacd1…

regex pattern-matching logstash-grok square-bracket
What do square brackets mean in html?

I am assisting on a project right now and building out templates for the first time, trying to wrap my …

html square-bracket
Dynamically add query parameters without value to Retrofit request

I have request that set list of services that are turned on for user. Request has following format: https://myserver.…

url retrofit square-bracket
Removing [] around column in SQL Server 2005

when I was renaming the column in SQL Server, I accidentally inserted the square brackets around the column. The actual …

sql-server-2005 square-bracket
PHP JSON Encode square bracket

I have a simple JSON array I am trying to encode. Inside of the JSON string I need another array …

php json encode square-bracket