Java java.lang char
Java examples for java.lang:char
HOME
Java
java.lang
char
Description
Click the following links for the tutorial for java.lang and char.
If a string contains a char
remove Non Digits
is Not Blank Ascii
Checks if the input is a valid Java identifier
Converts an integer to alphabetical form (base26)
Checks whether the character is ASCII 7 bit numeric.
Removes all non-alphanumeric characters from the given String.
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
Sanitize a String so that it can be used as a Java identifier.
is Braille Character
count Char in a String
Convert String to Character
Check whether the supplied character is a Hexadecimal character.
is Hexadecimal Digit
is Octal Digit
Returns a String of 1's and 0's of length 8 that represents the binary representation of the character.
is char Consonant
is char Vowel
is character ASCII Letter
Attempts to determine if a character is a legal alphabetic, digit, or special character.
Determines if the provided character is a special character, that is to say it belongs to the following set: /*!@#$%^&*()\"{}_[]|\\?/<>,.
is Connector Character
is char English Letter
is New Line Character
printing characters using only ascii characters. Non-ascii characters as their hexadecimal integer value, and prefixed with "\u".
Java's built-in String.trim() method trims leading and trailing whitespace, but only looks for whitespace characters within ASCII ranges.
is letter Whitespace
is ISO Control Letter
is Whitespace Letter
is Chinese
is Symbol
is Space Letter
Checks if a string of text is fully valid.
limit String length with BreakIterator
get Syllables From Word
get Word Syllables From Line
This function assumes it's being passed a vowel cluster and return true iff the cluster typically has more than one syllable.
get Syllable Count From Line
Groups the word into alternating vowel and consonant clusters.
Return the singular string if the value is ONE, or the plural one.
The syllable count of the word is just the number of items returned from the function that parses the word into syllables.
Returns the first word for the given long Name.
is Decorated Letter
undecorate Letter
hex Char To Int
is Vowel Character
Removes "unwanted" control chars from the given content.
is Contains Special Characters
Gets the sum of all char indexes in a word
convert a map (key, value) into a string
Indicates if the given character is alphabetical (a-z or A-Z).
Indicates if the given character is in ASCII range.
Indicates if the given character is a carriage return.
Indicates if the given character is a comma, the character used as header value separator.
Indicates if the given character is a comment text.
Indicates if the given character is a control character.
Indicates if the given character is a value separator.
Indicates if the given character is a line feed.
Indicates if the given character is lower case (a-z).
Indicates if the given character is a semicolon, the character used as header parameter separator.
Indicates if the given character is a separator.
Indicates if the given character is a space.
Indicates if the given character is textual (ISO Latin 1 and not a control character).
pretty Hex
Turns funky characters into HTML entity equivalents e.g.
is Chinese by checking char value range
is char Letter
is char Letter Or Digit
is char Lowercase Letter
is char Uppercase Letter
is Chinese character by range
check char is letter by ascii value range
check char is lower letter by ascii value range
check char is upper letter by ascii value range
Determines if the character represents any kind of space.
Helper method to determine if the character is a space with normal behavior.
Indicates whether the given character is an explicit break-character
Method to determine if the character is a (breakable) fixed-width space.
Method to determine if the character is a nonbreaking space.
Checks whether the character is ASCII 7 bit alphabetic lower case.
For a given character c, return the version of the character that doesn't have an accent, stroke, etc.
Check if the given character c is a combining character.
Checks if the given character c is a spacing modifier.
Try to determine whether a byte buffer's character encoding is that of the passed-in charset.
Returns a byte order marker (BOM) for a specified character set.
Encode characters from a char[] source, starting at offset and stopping when the character 0xffff is seen.
Encode characters from a char[] source, starting at offset for length chars.
is CJK Character
is Ascii Printable