sdd64

Results 4 comments of sdd64

Hello Thomas, thank you very much for this insight. Sadly, I still cant my regex to work. I parsed it through an escaper function, but the form still fails: ```...

I am sorry Thomas, I should have mentioned that I already tried a regex based on your description. The one I created looked like yours above. My excapt result is...

Okay, I got it; ``` constraints: { search: '^[a-zA-Z]{2}-\\d{5}-[a-zA-Z]{1}$' } ``` Just had to escape the escape ~ Thank you, for your support. Maybe this should be linked in the...

I would suggest to place it [here](https://openui5.hana.ondemand.com/#docs/guide/91f31c206f4d1014b6dd926db0e91070.html), since sap.ui.model.type.String is currently the only type using the 'search' constraint. What actualy helped me, besides your answers, was this previous issue about...