[FREE] ListValidator Extension V-1

Hello Everyone,
I created an amazing validating extension to make Sigm Ups more easier and can easy to identify the Name is correct or not?

And Able to help you with the Mobile Number checking also with a set of list texts.

It only have one block :

text: Any text you want to enter,
invalidChars: It is a set of characters like this !@#$%^&*()_+=[]{}|\\:;\"'<>,.?/~ 1234567890₹
if set to default it will give validation from above list.

But if invalidChars like this below entered :

It will check is any character is in the text entered or not.

Now you are thinking why we cannot use isContains block from the builder, that component will need too much time to and give bulk to the app for one by one validation,

But in this extension we can do enter list like above and check is there are any invalidChars contains in the text in the sign up form or any.

If the invalid character contains in the text it will returns true if not contains it will return false

If the invalidChars set to “default” then it will contains validate from the default list mentioned above.

Big thanks to @TIMAI2 for giving me idea of this code. :v:

Aix File : com.hvs.ListValidator.aix

Test Aia : ListValidator.aia

Some Test Screenshot :






Disclaimer: I do not add spaces in the characters list, it cannot validate the spaces as these are necessary in full names.

2 Likes

Very helpful extension

Another request to you is to create an extension that makes the app’s ui more impressive

1 Like