What would be the fasted method of get a string list of all values within [] in a string of text? For example:

Hi [client_name], are you are doing today? My name is [my_name].

The list of strings would be:

client_name
my_name

Just to be clear, I do not know beforehand what the values are between the brackets, it can be anything and any number of them.