@Propercase

Hi,

I have a field (let’s say an address field) which has the @Propercase command. But the problem is, if I enter the address starting with any numbers and leading with some text, the text changes to propercase. (e.g: My input is — 2nd street) and the result I get is 2Nd Street. I do not want the text after the number to be in capital letters. Is there a solution or a workaround for this?

Thanks in advance,

Venkat

Subject: @Propercase

You should check first character of the field value if it is a number (by @IsNumber function) and if true then don’t convert value using @Propercase.

Konrad

Subject: RE: @Propercase

Other solution is to separate in two fields