Asc("0")=#Asc("0")#
Asc(Chr(48))=#Asc(Chr(48))#
Asc("a")=#Asc("a")#
Asc("A")=#Asc("A")#
Asc("Abracadabra")=#Asc("Abracadabra")#
Chr(97)=#Chr(97)#
Chr(65)=#Chr(65)#
Chr(Asc("A"))=#Chr(Asc("A"))#
Chr(Asc("A")+1)=#Chr(Asc("A")+1)#
Cjustify("Center",10)=#Cjustify("Center",10)#
Replace(Cjustify("X",5)," ","-","ALL")=#Replace(Cjustify("X",5)," ","-","ALL")#
Compare("b","boo")=#Compare("b","boo")#
Compare("boo","foo")=#Compare("boo","foo")#
Compare("Boo","Boo")=#Compare("Boo","Boo")#
Compare("boo","Boo")=#Compare("boo","Boo")#
CompareNoCase("boo","foo")=#CompareNoCase("boo","foo")#
CompareNoCase("boo","Boo")=#CompareNoCase("boo","Boo")#
CompareNoCase("Boo","Boo")=#CompareNoCase("Boo","Boo")#
Find("def","abcdefghij",1)=#Find("def","abcdefghij",1)#
Find("deg","abcdefghij",1)=#Find("deg","abcdefghij",1)#
Find("Def","abcdefghij",1)=#Find("Def","abcdefghij",1)#
Find("def","abcdefghij",5)=#Find("def","abcdefghij",5)#
Find("","abcdefghij",5)=#Find("","abcdefghij",5)#
FindNoCase("def","abcdefghij",1)=#FindNoCase("def","abcdefghij",1)#
FindNoCase("deg","abcdefghij",1)=#FindNoCase("deg","abcdefghij",1)#
FindNoCase("Def","abcdefghij",1)=#FindNoCase("Def","abcdefghij",1)#
FindNoCase("def","abcdefghij",5)=#FindNoCase("def","abcdefghij",5)#
FindNoCase("","abcdefghij",5)=#FindNoCase("","abcdefghij",5)#
FindOneOf("ghd","abcdefghij",1)=#FindOneOf("ghd","abcdefghij",1)#
FindOneOf("ghD","abcdefghij",1)=#FindOneOf("ghD","abcdefghij",1)#
FindOneOf("GhD","abcdefghij",1)=#FindOneOf("GhD","abcdefghij",1)#
FindOneOf("ghd","abcdefghij",5)=#FindOneOf("ghd","abcdefghij",5)#
FindOneOf("","abcdefghij",1)=#FindOneOf("","abcdefghij",1)#
GetToken("11 12 13 14",3)=#GetToken("11 12 13 14",3)#
GetToken("11 12 13 14",5)=#GetToken("11 12 13 14",5)#
GetToken("11:12:13:14",3,":")=#GetToken("11:12:13:14",3,":")#
Insert("abc","1234567890",4)=#Insert("abc","1234567890",4)#
Insert("abc","1234567890",0)=#Insert("abc","1234567890",0)#
LCase("Cold Fusion")=#LCase("Cold Fusion")#
LCase("ABCDEF12345")=#LCase("ABCDEF12345")#
Left("Cold Fusion",4)=#Left("Cold Fusion",4)#
Left("Cold Fusion",1)=#Left("Cold Fusion",1)#
Left("Cold Fusion",20)=#Left("Cold Fusion",20)#
Len("Cold Fusion")=#Len("Cold Fusion")#
Len("12345" & "67890")=#Len("12345" & "67890")#
Len("")=#Len("")#
Ljustify("Cupertino",20)=#Ljustify("Cupertino",20)#
LTrim(" Cupertino")=#LTrim(" Cupertino")#
LTrim(" Cupertino ")=#LTrim(" Cupertino ")#
LTrim(" ")=#LTrim(" ")#
LTrim("")=#LTrim("")#
Mid("1234567890",3,4)=#Mid("1234567890",3,4)#
Mid("1234567890",3,0)=#Mid("1234567890",3,0)#
Mid("1234567890",1,15)=#Mid("1234567890",1,15)#
RemoveChars("1234567890",3,4)=#RemoveChars("1234567890",3,4)#
RemoveChars("1234567890",3,15)=#RemoveChars("1234567890",3,15)#
RemoveChars("1234567890",3,0)=#RemoveChars("1234567890",3,0)#
RepeatString("-",10)=#RepeatString("-",10)#
RepeatString("
",3)=#RepeatString("BR",3)#
RepeatString("",5)=#RepeatString("",5)#
RepeatString("abc",0)=#RepeatString("abc",0)#
RepeatString("",5)=#RepeatString("",5)#
RepeatString("abc",0)=#RepeatString("abc",0)#
Replace("CACACA","C","B")=#Replace("CACACA","C","B")#
Replace("CACACA","C","B","ONE")=#Replace("CACACA","C","B","ONE")#
Replace("CACACA","C","B","ALL")=#Replace("CACACA","C","B","ALL")#
Replace("CACACA","C","","ALL")=#Replace("CACACA","C","","ALL")#
ReplaceList("CABARET","CA,BA,T","SA,DA,K")=#ReplaceList("CABARET","CA,BA,T","SA,DA,K")#
ReplaceList("CABARET","CA,BA,T","TA,DA,K")=#ReplaceList("CABARET","CA,BA,T","TA,DA,K")#
ReplaceList("CABARET","CA,BA,T",",,")=#ReplaceList("CABARET","CA,BA,T",",,")#
ReplaceNoCase("CACACA","C","B")=#ReplaceNoCase("CACACA","C","B")#
ReplaceNoCase("cacaca","C","B","ONE")=#ReplaceNoCase("cacaca","C","B","ONE")#
ReplaceNoCase("CACACA","c","b","ALL")=#ReplaceNoCase("CACACA","c","b","ALL")#
ReplaceNoCase("CACACA","C","","ALL")=#ReplaceNoCase("CACACA","C","","ALL")#
Reverse("abcd")=#Reverse("abcd")#
Reverse("12345")=#Reverse("12345")#
Right("Cold Fusion",6)=#Right("Cold Fusion",6)#
Right("Cold Fusion",1)=#Right("Cold Fusion",1)#
Right("Cold Fusion",20)=#Right("Cold Fusion",20)#
Rjustify("Cupertino",20)=#Rjustify("Cupertino",20)#
RTrim(" Cupertino")=#RTrim(" Cupertino")#
RTrim(" Cupertino ")=#RTrim(" Cupertino ")#
RTrim(" ")=#RTrim(" ")#
RTrim("")=#RTrim("")#
SpanExcluding("Hey !","!")=#SpanExcluding("Hey !","!")#
SpanExcluding("Hey !","y")=#SpanExcluding("Hey !","y")#
SpanExcluding("Hey !","EY")=#SpanExcluding("Hey !","EY")#
SpanExcluding("Hey !","")=#SpanExcluding("Hey !","")#
SpanIncluding("Hey !","eyH! ")=#SpanIncluding("Hey !","eyH! ")#
SpanIncluding("Hey, hey !","eyH! ,")=#SpanIncluding("Hey, hey !","eyH! ,")#
SpanIncluding("Hey, hey !","hey !")=#SpanIncluding("Hey, hey !","hey !")#
SpanIncluding("Hey, hey !","")=#SpanIncluding("Hey, hey !","")#
Trim(" Hello ! ")=#Trim(" Hello ! ")#
Trim(Replace("__Hi__!__","_"," ","ALL"))=#Trim(Replace("__Hi__!__","_"," ","ALL"))#
UCase("This is a String")=#UCase("This is a String")#
Val("10")=#Val("10")#
Val("Apples")=#Val("Apples")#
Val("10Apples")=#Val("10Apples")#
Val("Apples10")=#Val("Apples10")#
Val("")=#Val("")#
REFind("a+c+","abcaaccdd")=#REFind("a+c+","abcaaccdd")#
REFind("a+c*","abcaaccdd")=#REFind("a+c*","abcaaccdd")#
REFind("[\?&]rep=","report.cfm?rep=1234&u=5")=#REFind("[\\?&]rep=","report.cfm?rep=1234&u=5")#
REReplace("CABARET","C|B","G","ALL")=#REReplace("CABARET","C|B","G","ALL")#
REReplace("CABARET","[A-Z]","G","ALL")=#REReplace("CABARET","[A-Z]","G","ALL")#
REReplace("I love jellies","jell(y|ies)","cookies")=#REReplace("I love jellies","jell(y|ies)","cookies")#
REReplace("I love jelly","jell(y|ies)","cookies")=#REReplace("I love jelly","jell(y|ies)","cookies")#