Foundation/CPString.j File Reference

Go to the source code of this file.

Variables

 CPAnchoredSearch = 8
 CPBackwardsSearch = 4
 CPCaseInsensitiveSearch = 1
 CPLiteralSearch = 2
 CPNumericSearch = 64
var CPStringRegexEscapeExpression = new RegExp("(\\" + CPStringRegexSpecialCharacters.join("|\\") + ")", 'g')
var CPStringRegexSpecialCharacters
var CPStringRegexTrimWhitespace = new RegExp("(^\\s+|\\s+$)", 'g')
var CPStringUIDs = new CFMutableDictionary()
String prototype isa = CPString

Variable Documentation

Definition at line 51 of file CPString.j.

Definition at line 46 of file CPString.j.

Definition at line 34 of file CPString.j.

Definition at line 40 of file CPString.j.

Definition at line 57 of file CPString.j.

var CPStringRegexEscapeExpression = new RegExp("(\\" + CPStringRegexSpecialCharacters.join("|\\") + ")", 'g')

Definition at line 65 of file CPString.j.

Initial value:
 [
      '/', '.', '*', '+', '?', '|', '$', '^',
      '(', ')', '[', ']', '{', '}', '\\'
    ]

Definition at line 61 of file CPString.j.

var CPStringRegexTrimWhitespace = new RegExp("(^\\s+|\\s+$)", 'g')

Definition at line 66 of file CPString.j.

var CPStringUIDs = new CFMutableDictionary()

Definition at line 59 of file CPString.j.

String prototype isa = CPString

Definition at line 753 of file CPString.j.


Generated on Fri Apr 9 11:04:20 2010 for Cappuccino API by  doxygen 1.6.1