Change to Capital

Dear users,

Is there a way to change an input with small letters to capitals? Let's say
that a name is written: "samuel Oinga". Is there a way to change this into
"Samuel Oinga" so that this can be used as input label again?

Thanks!

Eddy

Eddy,

There is no upper/lower functionality that I know of. If this is
functionality that you'd like, please file it at
https://github.com/opendatakit/javarosa/issues.

Alternatively, you can use a regular expression as a constraint to
ensure the entered data starts with a capital letter.
regex(.'[A-Z].*')

Yaw

ยทยทยท On Thu, Dec 8, 2016 at 3:00 PM, Eddy Rellum <4estsense@gmail.com> wrote: > Dear users, > > Is there a way to change an input with small letters to capitals? Let's say > that a name is written: "samuel Oinga". Is there a way to change this into > "Samuel Oinga" so that this can be used as input label again? > > Thanks! > > Eddy > > -- > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "ODK Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opendatakit+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.