14,954
edits
| Line 102: | Line 102: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>String | <td>String starting from {{kbd | key=<nowiki>\x</nowiki>}} symbols</td> | ||
<td style="word-wrap: break-word;">{{kbd | key=<nowiki> | <td style="word-wrap: break-word;">{{kbd | key=<nowiki>\xe8\xa8\xb1</nowiki>}}</td> | ||
<td>"\x is a string escape code, which happens to use hex notation" (hexadecimal notation)<ref>[https://stackoverflow.com/questions/13123877/difference-between-different-hex-types-representations-in-python Difference between different hex types/representations in Python - Stack Overflow]</ref></td> | <td>"\x is a string escape code, which happens to use hex notation" (hexadecimal notation)<ref>[https://stackoverflow.com/questions/13123877/difference-between-different-hex-types-representations-in-python Difference between different hex types/representations in Python - Stack Overflow]</ref></td> | ||
<td>hexadecimal to text ↔ text to hexadecimal</td> | <td>hexadecimal to text ↔ text to hexadecimal</td> | ||