Python 處 處 regular expression Notes

Toru code point


# coding: utf-8

print ord(u'Measurement')

# 28204

print hex(28204)

# 0x6e2c


Code point display

# coding: utf-8

print u"\u6e2c"

#Measurement

Recommended Posts

Python 處 處 regular expression Notes
python regular expression memo
(Python) HTML reading and regular expression notes
Regular expression in Python
Regular expression in Python
Regular expression manipulation with Python
String replacement with Python regular expression
Python scraping notes
Python study notes _000
Python learning notes
Regular expression Greedy
Python beginner notes
Python study notes_006
Start / end match in python regular expression
python C ++ notes
[Python] Regular Expressions Regular Expressions
Python study notes _005
Python grammar notes
Python Library notes
python personal notes
python pandas notes
Python study notes_001
python learning notes
Regular expression re
Python3.4 installation notes
Regular expression symbolic group name in Python / Ruby
A python lambda expression ...
Python package development notes
Regular expression with pymongo
Date notation regular expression
Regular expression look-ahead, after-yomi
python decorator usage notes
Python ipaddress package notes
Regular expression matching method
[Personal notes] Python, Django
Python Pickle format notes
[Python] pytest-mock Usage notes
First Python miscellaneous notes
Matlab => Python migration notes
Notes around Python3 assignments
Notes using Python subprocesses
Python try / except notes
Regular expression confirmation quiz!
Python framework bottle notes
Make one repeating string with a Python regular expression.
A python regular expression, or a memo of a match object
Python notes using perl-ternary operator
Determine if a string is a time with a python regular expression
Use let expression in Python
O'Reilly python3 Primer Learning Notes
Web scraping notes in python3
Python standard unittest usage notes
python * args, ** kwargs Usage notes
Python regular expression basics and tips to learn from scratch
Python notes using perl-special variables
Python Tkinter notes (for myself)
[Python] Notes on data analysis
Use regular expressions in Python
Python data analysis learning notes
Julia Quick Note [04] Regular Expression
Notes on installing Python on Mac