MODULES Uize.Str.CharClass
- Contents
- 1. Introduction
- 2. Instance Methods
-
3. Static Methods
- 3.1. Uize.Str.CharClass.declare
- 3.2. Uize.Str.CharClass.dualContextMethods
- 3.3. Uize.Str.CharClass.dualContextProperties
- 3.4. Uize.Str.CharClass.instanceMethods
- 3.5. Uize.Str.CharClass.instanceProperties
- 3.6. Uize.Str.CharClass.mixins
- 3.7. Uize.Str.CharClass.staticMethods
- 3.8. Uize.Str.CharClass.staticProperties
- 3.9. Uize.Str.CharClass.subclass
- 4. Static Properties
1. Introduction
The Uize.Str.CharClass
module defines a simple class that provides methods for working with strings that may contain chars of a specific character class.
DEVELOPERS: Chris van Rensburg
1.1. Examples
There are no dedicated showcase example pages for the Uize.Str.CharClass
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Str.CharClass
module...
SEARCH
1.2. Implementation Info
The Uize.Str.CharClass
module defines the Uize.Str.CharClass
object under the Uize.Str
namespace.
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
INSTANCE METHODS
hasClassChars
| hasNonClassChars
| indexOfClassChar
| indexOfNonClassChar
| isClassChars
| isNonClassChars
| lastIndexOfClassChar
| lastIndexOfNonClassChar
| setChars
STATIC METHODS
Uize.Str.CharClass.declare
| Uize.Str.CharClass.dualContextMethods
| Uize.Str.CharClass.dualContextProperties
| Uize.Str.CharClass.instanceMethods
| Uize.Str.CharClass.instanceProperties
| Uize.Str.CharClass.mixins
| Uize.Str.CharClass.staticMethods
| Uize.Str.CharClass.staticProperties
| Uize.Str.CharClass.subclass
STATIC PROPERTIES
Uize.Str.CharClass.moduleName
| Uize.Str.CharClass.pathToResources
1.2.2. Features Overridden in This Module
No features have been overridden in this module.
1.2.3. Features Inherited From Other Modules
This module has no inherited features.
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Str.CharClass
module.
2. Instance Methods
2.1. hasClassChars
IMPLEMENTATION INFO
this feature was introduced in this module |
2.2. hasNonClassChars
IMPLEMENTATION INFO
this feature was introduced in this module |
2.3. indexOfClassChar
IMPLEMENTATION INFO
this feature was introduced in this module |
2.4. indexOfNonClassChar
IMPLEMENTATION INFO
this feature was introduced in this module |
2.5. isClassChars
IMPLEMENTATION INFO
this feature was introduced in this module |
2.6. isNonClassChars
IMPLEMENTATION INFO
this feature was introduced in this module |
2.7. lastIndexOfClassChar
IMPLEMENTATION INFO
this feature was introduced in this module |
2.8. lastIndexOfNonClassChar
IMPLEMENTATION INFO
this feature was introduced in this module |
2.9. setChars
IMPLEMENTATION INFO
this feature was introduced in this module |
3. Static Methods
3.1. Uize.Str.CharClass.declare
IMPLEMENTATION INFO
this feature was introduced in this module |
3.2. Uize.Str.CharClass.dualContextMethods
IMPLEMENTATION INFO
this feature was introduced in this module |
3.3. Uize.Str.CharClass.dualContextProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
3.4. Uize.Str.CharClass.instanceMethods
IMPLEMENTATION INFO
this feature was introduced in this module |
3.5. Uize.Str.CharClass.instanceProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
3.6. Uize.Str.CharClass.mixins
IMPLEMENTATION INFO
this feature was introduced in this module |
3.7. Uize.Str.CharClass.staticMethods
IMPLEMENTATION INFO
this feature was introduced in this module |
3.8. Uize.Str.CharClass.staticProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
3.9. Uize.Str.CharClass.subclass
IMPLEMENTATION INFO
this feature was introduced in this module |