Search results 15

Card image cap
NumberBeforeString

Cuts a number that would be found before certain word inside a block string. ...

Card image cap
LXFormat

Formats a number found at end of string to have additional leading zeros to ...

Card image cap
DiskDriveType

Returns drive type as text, like fixed, CD, etc. Can pass either drive letter, ...

Card image cap
A is for Alpha

Military way to communicate letters in audio, for me I learned not all required, ...

Card image cap
Capitalize in JS

Convert text to all capital letters

Card image cap
PCase

Converts a string into proper case PCase or ProperCase since Classic ASP does ...

Card image cap
PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

Card image cap
DigitsORLettersOnly

Check if the string has special characters or not, only Letters or digits ...

Card image cap
Encrypt1 + Decrypt1

Encrypts (and decrypts) a string. To decrypt an encrypted string, use the ...

Card image cap
Capitalize1st

Capitalize 1st letter of a string

Card image cap
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image cap
Capitalize

This function capitalizes first letter of each of the words in a sentence, ...