Java java.lang char

Java examples for java.lang:char

Description

Click the following links for the tutorial for java.lang and char.

  1. If a string contains a char
  2. remove Non Digits
  3. is Not Blank Ascii
  4. Checks if the input is a valid Java identifier
  5. Converts an integer to alphabetical form (base26)
  6. Checks whether the character is ASCII 7 bit numeric.
  7. Removes all non-alphanumeric characters from the given String.
  8. Takes a name and returns the same if it is a Java identifier; else it substitutes the illegal characters so that it can be an identifier


  9. Sanitize a String so that it can be used as a Java identifier.
  10. is Braille Character
  11. count Char in a String
  12. Convert String to Character
  13. Check whether the supplied character is a Hexadecimal character.
  14. is Hexadecimal Digit
  15. is Octal Digit
  16. Returns a String of 1's and 0's of length 8 that represents the binary representation of the character.


  17. is char Consonant
  18. is char Vowel
  19. is character ASCII Letter
  20. Attempts to determine if a character is a legal alphabetic, digit, or special character.
  21. Determines if the provided character is a special character, that is to say it belongs to the following set: /*!@#$%^&*()\"{}_[]|\\?/<>,.
  22. is Connector Character
  23. is char English Letter
  24. is New Line Character
  25. printing characters using only ascii characters. Non-ascii characters as their hexadecimal integer value, and prefixed with "&#92;u".
  26. Java's built-in String.trim() method trims leading and trailing whitespace, but only looks for whitespace characters within ASCII ranges.
  27. is letter Whitespace
  28. is ISO Control Letter
  29. is Whitespace Letter
  30. is Chinese
  31. is Symbol
  32. is Space Letter
  33. Checks if a string of text is fully valid.
  34. limit String length with BreakIterator
  35. get Syllables From Word
  36. get Word Syllables From Line
  37. This function assumes it's being passed a vowel cluster and return true iff the cluster typically has more than one syllable.
  38. get Syllable Count From Line
  39. Groups the word into alternating vowel and consonant clusters.
  40. Return the singular string if the value is ONE, or the plural one.
  41. The syllable count of the word is just the number of items returned from the function that parses the word into syllables.
  42. Returns the first word for the given long Name.
  43. is Decorated Letter
  44. undecorate Letter
  45. hex Char To Int
  46. is Vowel Character
  47. Removes "unwanted" control chars from the given content.
  48. is Contains Special Characters
  49. Gets the sum of all char indexes in a word
  50. convert a map (key, value) into a string
  51. Indicates if the given character is alphabetical (a-z or A-Z).
  52. Indicates if the given character is in ASCII range.
  53. Indicates if the given character is a carriage return.
  54. Indicates if the given character is a comma, the character used as header value separator.
  55. Indicates if the given character is a comment text.
  56. Indicates if the given character is a control character.
  57. Indicates if the given character is a value separator.
  58. Indicates if the given character is a line feed.
  59. Indicates if the given character is lower case (a-z).
  60. Indicates if the given character is a semicolon, the character used as header parameter separator.
  61. Indicates if the given character is a separator.
  62. Indicates if the given character is a space.
  63. Indicates if the given character is textual (ISO Latin 1 and not a control character).
  64. pretty Hex
  65. Turns funky characters into HTML entity equivalents e.g.
  66. is Chinese by checking char value range
  67. is char Letter
  68. is char Letter Or Digit
  69. is char Lowercase Letter
  70. is char Uppercase Letter
  71. is Chinese character by range
  72. check char is letter by ascii value range
  73. check char is lower letter by ascii value range
  74. check char is upper letter by ascii value range
  75. Determines if the character represents any kind of space.
  76. Helper method to determine if the character is a space with normal behavior.
  77. Indicates whether the given character is an explicit break-character
  78. Method to determine if the character is a (breakable) fixed-width space.
  79. Method to determine if the character is a nonbreaking space.
  80. Checks whether the character is ASCII 7 bit alphabetic lower case.
  81. For a given character c, return the version of the character that doesn't have an accent, stroke, etc.
  82. Check if the given character c is a combining character.
  83. Checks if the given character c is a spacing modifier.
  84. Try to determine whether a byte buffer's character encoding is that of the passed-in charset.
  85. Returns a byte order marker (BOM) for a specified character set.
  86. Encode characters from a char[] source, starting at offset and stopping when the character 0xffff is seen.
  87. Encode characters from a char[] source, starting at offset for length chars.
  88. is CJK Character
  89. is Ascii Printable