I am trying to find a pattern in a string that has a value that starts with ${ and ends with }. There will be a word between the curly brackets, but I won't know what word it is.
This is what I have \$\\{[a-zA-Z]\\}
${a} works, but ${aa} doesn't. It seems it's only looking for a single character. 
I am unsure what I am doing wrong, or how to fix it and would appreciate any help anyone can provide.
 
     
     
     
    