Subject | English | Korean |
comp., MS | hexadecimal escape sequence | 16진수 이스케이프 시퀀스 (In regular expressions, a backslash followed by the letter "x" followed by a sequence of hexadecimal digits. It matches a character in the target sequence that has the value that is specified by the two digits) |
comp., MS | hexadecimal value | 16진수 (A value that follows a format of 4 channels--including an alpha channel--and is composed in the following format: AARRGGBB. Hex is commonly used for Web and screen design as many browsers render colors based upon hex values) |