How to validate a field of a form that is a java method name

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

How to validate a field of a form that is a java method name

mrisaliti@libero.it
Hi dev,

I would like to know if someone of you knows how to validate that a field in a
form is a valid java method name.

This field must be camel case, without whitespaces and no special chars.

Someone having an hint on how to implement this validate method with
FlexibleStringExpander ?

Thanks
Marco