Module: RbbCode::CharCodes

Included in:
TreeMaker
Defined in:
lib/rbbcode/tree_maker.rb

Constant Summary collapse

CR_CODE =
13
LF_CODE =
10
L_BRACK_CODE =
91
R_BRACK_CODE =
93
SLASH_CODE =
47
LOWER_A_CODE =
97
LOWER_Z_CODE =
122
UPPER_A_CODE =
65
UPPER_Z_CODE =
90