私はjsfタグを持っています:
<h:graphicImage styleClass="iconButton" id="expandImage" onclick="toggleFilter();" onmouseout="onMouseOutExpandButton();" onmouseover="onHoverExpandButton();" value = "./resources/images/allFilter_idle.gif" style="cursor:pointer; margin-top : 6px; margin-bottom: 6px; margin-right: 3px;"> </h:graphicImage>
属性の値を置き換え、value
属性名styleClass
を「クラス」に変更したいですか?を通じて可能ですかregex
。
どんな助けでもいただければ幸いです。
PS私は正規表現の初心者なので、自分でそれを理解することができませんでした。
編集:
私はEclipseでそれをやっています。