View articles in ‘Strings’ Category


strings

How to convert an interger in its textual equivalence

How to convert an interger in its textual equivalence

strings

How to Compare two strings in percent (strings simularity)

How to Compare two strings in percent (strings simularity)

sf

How to get the current color depth

How to get the current color depth

strings

Encrypt a password

Functions to encrypt/decrypt strings.

strings

How to check if a string is numeric

Send a string to this function to check if it's a number.

strings

How to validate ISBN

This function returns true if the ISBN value is correct.

strings

Function to split string into array

Sometimes you need to split a string that has a certain delimiter, into an array list, so, here's a function to do just that.