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 |
CPAnchoredSearch = 8 |
Definition at line 51 of file CPString.j.
Definition at line 46 of file CPString.j.
Definition at line 34 of file CPString.j.
CPLiteralSearch = 2 |
Definition at line 40 of file CPString.j.
CPNumericSearch = 64 |
Definition at line 57 of file CPString.j.
var CPStringRegexEscapeExpression = new RegExp("(\\" + CPStringRegexSpecialCharacters.join("|\\") + ")", 'g') |
Definition at line 65 of file CPString.j.
[ '/', '.', '*', '+', '?', '|', '$', '^', '(', ')', '[', ']', '{', '}', '\\' ]
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.
Definition at line 753 of file CPString.j.