We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
システムコード・サービスコードが一致した NfcF カードが存在した場合、student id 以外のものが登録されてしまう。
Add validation student id. [0-9]{2}[A-Z]{2}[0-9]{3} (example 12FI001) or [0-9]{2}[A-Z]{3}[0-9]{2} (12FMI01)
The text was updated successfully, but these errors were encountered:
ちなみにまだデータの取得しかしてなくて学籍番号へんな感じになってるので、先に整形も必要かな
↓こんな感じになってる(これも正規表現でいけると思うけど) 0116FMI120000000
Sorry, something went wrong.
No branches or pull requests
WHY
システムコード・サービスコードが一致した NfcF カードが存在した場合、student id 以外のものが登録されてしまう。
WHAT
Add validation student id.
[0-9]{2}[A-Z]{2}[0-9]{3} (example 12FI001) or [0-9]{2}[A-Z]{3}[0-9]{2} (12FMI01)
The text was updated successfully, but these errors were encountered: