Hi,
I want to write query in client script for validation.
requirement- A particular field (in mobile application) should be in capital letter and numbers. So, i want to use regular expression.
expression i am using- ^[A-Z0-9] $
Problem - How to use this expression and how to write the query for this.
can anyone help me on this
Thanks in advance