home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / Vyzkuste / scriptw / _SETUP.1 / string.cfx < prev    next >
Text File  |  1999-12-29  |  1KB  |  40 lines

  1. Asc(string)
  2. Chr(number) 
  3. Cjustify(string, length)
  4. Compare(string1, string2)
  5. CompareNoCase(string1, string2)
  6. DayOfWeekAsString(day_of_week)
  7. Find(substring, string [, start ])
  8. FindNoCase(substring, string [, start ])
  9. FindOneOf(set, string [, start ])
  10. GetToken(string, index [, delimiters ])
  11. Insert(substring, string, position)
  12. JSStringFormat(string)
  13. LCase(string)
  14. Left(string, count)
  15. Len(string)
  16. LJustify(string, length)
  17. LTrim(string)
  18. Mid(string, start, count)
  19. MonthAsString(month number)
  20. ParseDateTime(string1, string2)
  21. REFind(reg_expression, string, start)
  22. REFindNoCase(reg_expression, string [, start ] [, returnsubexpressions ] )
  23. RemoveChars(string, start, count)
  24. RepeatString(string, count)
  25. Replace(string, substring1, substring2 [, scope ])
  26. ReplaceList(string, list1, list2)
  27. ReplaceNoCase(string substring1, substring2 [, scope ])
  28. REReplace(string, reg_expression, substring [, scope ])
  29. REReplaceNoCase(string, reg_expression, substring [, scope ])
  30. Reverse(string)
  31. Right(string, count)
  32. RJustify(string, length)
  33. RTrim(string)
  34. SpanExcluding(string, set)
  35. SpanIncluding(string, set)
  36. ToBase64(string)
  37. ToString(string)
  38. Trim(string)
  39. UCase(string)
  40. Val(string)