Here is an example string:
"/city=<A>/state=<B>/sub_div=<C>/type=pos/div=<D>/cli_name=Cstate<E>/<F>/<G>"
The characters A, B, C, and so on are variables, and their count is not fixed.
Can you determine how many variables are present in the string and store them in an array?