I can't seem to figure out the regex I need. This is what I want to achieve:
{ANY CHAR} + @javax.persistence.Column(name = "{ANY 30 CHARS}") + {ANY CHAR}
Also I think where I'm struggling with: the "name = " might be "name=" or "name ="
What would the regex be to search like this in Java?
\s*for0-nspaces.\\bname\\s*=\\s*