2013年4月26日 星期五

[test] test values of string


"0123456789"
  • decimal symbols
  • isdigit()
"0123456789abcdef" "0123456789ABCDEF"
  • hexadecimal symbols
  • isxdigit()
"abcdefghijklmnopqrstuvwxyz" "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
  • alphabet symbols
  • isalpha()
  • isupper() / islower()
"+-*/"
  • arithmetic operators
ref:

沒有留言:

張貼留言