News

Write a program to find whether a given character is an uppercase, lowercase, number or symbol. If it is an alphabet find whether it is an Uppercase or Lowercase.
See the code below. It seems that tf.strings.lower () keeps all upper-case non-ASCII characters as is. I was unable to find an example of any character outside ASCII that is lower cased correctly. But ...