Only alphabetical characters Validation

Hey guy I need to validate the text input Only alphabetical characters. But aslo I need to be able to type a space as well.

I am using AlphabeticValidation in my scenario but unable to type space

val.png

How can I achieve this?

@Mohamed_Akeel You can modify the "AlphabeticValidation " code to also check for space.

@BhanuPrakash_G Thank you !