A string metavar returns the content of a string (e.g., s = "$V") whereas a non-string metavar returns the source code content of whatever it has matched. (e.g., s ...
When concatenating strings it was always recommended to use String buffer, then later String Builder. I also did the same whenever I needed to. After watching a video by Dr. Venkat Subramaniam now I ...