Search results 53

Sorted from new to old.
Card image
NumberFoundinsideTag

Checks if a number found between two characters, searching can be customized to ...

Card image
LXFormat

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

Card image
ReadLastChars

Reads last some characters of a file, needs to see contents of large files that ...

Card image
Arabic in MySQL

Here is how to read Arabic text from MySQL db from Classic ASP I tried a lot ...

Card image
Filename_Clean

Returns cleaned file name of invalid characters. Needs to be modified if used ...

Card image
Subtotal_Indirects

Finds the SUM, COUNT, COUNTA, etc for a range of cells referencing using ...

Card image
Special chars

How to type special characters in keyboard using ALT + keypad numbers I also ...

Card image
Long filename

How to delete or rename file with long filename, say more than 200 chars. ...

Card image
IntlIsAlphaCharacter

Test if a character is alphanumeric, regardless of the code page or language ...

Card image
Remove_Between2Quotes

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

Card image
Excel sheet textbox

Found a strange behavior for Excel sheet textboxes. Textbox in Excel sheet, ...

Card image
RandomGUID

Creates a random GUID number like ... 879AE395-E026-0A63-EFC1-152038C4400B ...

Card image
AN_SafeFileName

Clean filename from special characters to make it safe for server upload Then ...

Card image
ShrinkText

Shrinks a text into smaller text controlling where is the majority will be ...

Card image
Char(39) in SQL table

One of many ways to go around the issue of char 39 in SQL database

Card image
HTMLDecode + HTMLEncode

Decode and encode back a string using HTML Technically found online, but ...