Can you please help me with reg ex. I cant make it :( I hate regex. I need to match this string ${ANY_TEXT} .Exactly one "${" and exactly one closing tag "}".
Thanks a lot. :)
|
Can you please help me with reg ex. I cant make it :( I hate regex. I need to match this string ${ANY_TEXT} .Exactly one "${" and exactly one closing tag "}". Thanks a lot. :) |
|||
|
|
A good site to learn regular expressions is http://www.regular-expressions.info/. |
|||
|
I suppose this covers all the texts.
|
|||||||||
|