Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
  camelize, Template
  capitalize, Template
  charAt, Template
  clean, Template
  contains, Template
H
  hyphenate, Template
L
  length, Template
S
  substitute, Template
  substr, Template
  substring, Template
T
  test, Template
  toLowerCase, Template
  toUpperCase, Template
W
  write, Template
public function camelize( cSeparator,
saArgs )
Compute the template and retrieve a camelized version of it’s value.
public function capitalize( cSeparator,
saArgs )
Compute the template and retrieve a capitalized version of it’s value.
public function charAt( i,
saArgs )
Look up in the evaluated template for a character at the specified position.
public function clean( saArgs )
Removes all extraneous whitespace from a string and trims it.
public function contains( sFragment,
saArgs )
Compute the template and look for the position of the first occurence of a specified fragment in the evaluated string.
public function hyphenate( cSeparator,
saArgs )
Compute the template and retrieve a hyphenated version of it’s value.
public function length( saArgs )
Compute the final length of an evaluated template with the given replacements.
public function substitute( saArgs )
Use this method to retrieve an evaluatedversion of the value with the given replacements.
public function substr( iStart,
iLength,
saArgs )
Extracts a specified number of characters in a evaluated template, from a start index.
public function substring( iStart,
iStop,
saArgs )
Extracts the characters in a evaluated template between two specified indices.
public function test( sPattern,
bIgnoreCase,
bGlobal,
saArgs )
Compute the template and search for a match between the value and a relular expression.
public function toLowerCase( saArgs )
Compute the template and retrieve a lowercased version of it’s value.
public function toUpperCase( saArgs )
Compute the template and retrieve an uppercased version of it’s value.
public sub write( sTemplate,
saArgs )
Subroutine to Response.write templates directly from arguments.