W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Python
server
Go to Spaces
Ctrl+Alt+P
import re txt = "ナland" #Find all UNICODE matches: print(re.findall("\w", txt, re.UNICODE)) #Same result using the shorthand re.U flag: print(re.findall("\w", txt, re.U))
['ナ', 'l', 'a', 'n', 'd']
['ナ', 'l', 'a', 'n', 'd']
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル