Now that the survey is over, I have found that most of the votes need to write the uses of the blocks and make the extension open source
so let’s get started
Check if the string contains the seed
Check if the string contains only letters
Check if the string contains only letters and numbers
Check if a string is a boolean
Check if the string is a ip address
Check if the string is a email address
Check if the string is a US phone number
Check if the string has a length of zero
Check if a string is base64 encoded
Check if the string represents a decimal number, such as 0.1, .3, 1.1, 1.00003, 4.0, etc
Check if the string is of atleast the specified length
Check if the string is of atmost the specified length
Check if the string is all lowercase
Check if the string is all uppercase
Check if the string is a valid MD5 hash
Check if the string contains only numbers
Check if the string is a MAC address
Check if the string is valid JSON
Check if the string is an integer
Check if the string is a hexadecimal number
Check if the string is a pincode
Check if the string is a hexadecimal color
Check if the string has atleast one digit
Check if the string has atleast one letter
Check if the string has atleast one lowercase character
Check if the string has atleast one uppercase character
Check if the string has atleast one special character
Check if the string is a valid credit card number
Validate string against a regex
Validate string against a pattern
Find in string against a regex
Find in string against a pattern
All of blocks return True or False
Finally
extension now is open source :
lib used :