Kotlin Validation: Range Check Tutorial
Max O'Didily
Kotlin Validation: Range Check Tutorial
Greetings, today we are here with a Kotlin tutorial. We shall be doing a range check validation on a string. This can be useful if you want to control the size of the user's input.
This is a type of length check. We are checking if the length is within a range of values. Let's say we want the input to be greater than 4 characters long but shorter than 8 characters long. The name "Max" would be invalid as that isn't greather than 3 characters. The name "Elizebeth" would also be invalid as it is greater than 8 characters. The name "Jeff" would be valid as it is greater than 3 characters and less than 8.
Thanks for watching this Kotlin range check tutorial.
This Kotlin tutorial will work with Android Studio.
This tutorial is aimed at beginners.
Subscribe to keep notified when I upload?: https://tinyurl.com/SubMaxODidily
Kotlin Validation: Range Check Tutorial ... https://www.youtube.com/watch?v=xs1EqbPAx00
8796018 Bytes