Can someone help me with the regular expression to find and select code inside a specific css class in eclipse for eg: I have a class:
.addContentLink {
position: relative;
left: 470px;
}
so I want to select code inside the opening and closing braces....thanks in advance.