Search results 42

Sorted from new to old.
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
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 ...

Card image
Arabic SQL+ASP

Enable Arabic in MSSQL DB, the correct way, as of Sep 2018 Tested in Alwah and ...

Card image
GenerateRandom

Generates a random string, returns string passed, then full date, then 8-chars ...

Card image
DigitsORLettersOnly

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

Card image
FoldersIn5

Creates list of subfolders and subfolders of each down to 5 levels Folder ...

Card image
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...

Card image
UnBreakAr + BreakAr

Fix broken Arabic char, by using AscW and ChrW This is Excel User-defined ...

Card image
ProtectText + UnProtectText

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

Card image
WordsOf + Words_Len

WordsOf to create list of words from a block after converting every special ...