W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Python
server
Go to Spaces
Ctrl+Alt+P
import re txt = "The rain in Spain" #Use a case-insensitive search when finding a match for Spain in the text: print(re.findall("spain", txt, re.IGNORECASE)) #Same result using the shorthand re.I flag: print(re.findall("spain", txt, re.I))
['Spain']
['Spain']
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル