Codes Required

Similar codes

code image
strUnQuote

This will tests to see if strQuotedString is wrapped in quotation marks, and, ...

2018Jul3

code image
Remove_Between2Quotes

Remove any char (or string) found between two quotes in a string This is an ...

2020Mar9

code image
Hex2Dec

Converts hexadecimal strings into decimals

2018Jun20

code image
Dec2Hex

Converts integer decimals into Hexadecimals

2018Jun20

code image
ANmaSearch_QuoteFriends

Searches for string inside string with double-quote possibility If single ...

Jul13

code image
ForegroundColor

Returns white (RGB 255,255,255) or Black (RGB 0,0,0) based on background color ...

2023May5

code image
FGColor_Calc

To set the color of the foreground based on background color to get best look. ...

2018Jun20

code image
ProtectText + UnProtectText

Encrypt or decrypt text, simple encryption with a numeric password Decrypt a ...

2018Jul19

code image
OpenPassword + ClosePassword

Encrypt / Decrypt a string, convert it to "77 96 105 105 106" or back to ...

2018Jun14

Recently by developer

code image
Animated placeholders

White and dark animated placeholders to be used in websites. I needed to ...

Mon 4PM

code image
ANmaRemoveDuplicates2

Remove duplicated rows based on 2 columns in a table of any number of columns. ...

Wed 5AM

code image
ANmaRemoveDuplicates4

Removes duplicated rows in a table based on 4 duplicated columns. Table can be ...

Wed 5AM

code image
VBInstr_Occurance

Returns location of text inside another with jump ability for any certain ...

Dec1

Random Codes

code image
MatchIf6

Searching for row have 6 matches found in 6 different columns, because we had 5, ...

May31

code image
MatchIF5

Searching for rows having 5 values in 5 columns Like

May6

code image
ConcatenateStrings_AmongString

Collect strings matching search from a longer string. I used it to concatenate ...

Jan17

code image
jQuery File Upload

File upload widget Handles images and other types, with php, go and python ...

2019Sep19