12,788
回編集
233行目: | 233行目: | ||
== サンプルコード(Python) == | == サンプルコード(Python) == | ||
< | <syntaxhighlight lang="python"> | ||
#!/usr/bin/env python | #!/usr/bin/env python | ||
242行目: | 242行目: | ||
is_email = re.match(reg, email) is not None | is_email = re.match(reg, email) is not None | ||
print(isEmail); | print(isEmail); | ||
</ | </syntaxhighlight> | ||
<br><br> | <br><br> | ||
__FORCETOC__ | __FORCETOC__ | ||
[[カテゴリ:その他]] | [[カテゴリ:C]][[カテゴリ:C++]][[カテゴリ:MFC]][[カテゴリ:Qt]][[カテゴリ:C_Sharp]][[カテゴリ:Python]][[カテゴリ:シェルスクリプト]][[カテゴリ:その他]] |