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