Please enable JavaScript.
Coggle requires JavaScript to display documents.
Introduction, Regular Expressions - Coggle Diagram
-
Regular Expressions
Data Types
Data Types
-
Character
-
What
A single character as its value store in computer as numeric codes(8BIT ascii and ISO) . In the Current days we have unicode to encode characters as numeric codes
-
Numeric Data Types
-
-
-
-
Decimal Type
What
Decimal data types store a fixed number of decimal digits, with the decimal point at a fixed position in the value.
-
-
-
-
-
Character String
-
Design Issues
Primitive or not?
Pacal,c,pp as non-primitive where as python consider as primitive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Ordinal Data Type
Enumeration
What ?
An enumeration is an ordered list of distinct values which is used to assign
names to integral constants since names are easier to handle in program.
The programmer defines both the literal names to be used for the values and
their ordering in a declaration
-
-
-
-
-
Quantifiers
Specify how often a character, character class may or must be repeated in sequence.
-
-
-
-