valang 에서 정규표현식(regex) 사용하는 예제

By | 3월 14, 2009

<bean id="theValidator" class="org.springmodules.validation.valang.ValangValidator">
  <property name="valang">
     <value>
      <![CDATA[
       { numfield : ? NOT NULL and matches('정규식',?) is true : 'numfield  no match' : 'numfield.nomatch' }
      ]]>
    </value>
  </property>
</bean>

이거 알아내느라고 힘들었다능.. ㅠ_ㅠ..
matches 말고 match도 쓰는 것 같은데 차이를 모르겠다...

- 출처 : 구글에게구걸 -

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments