Showing 113 of 113on this page. Filters & sort apply to loaded results; URL updates for sharing.113 of 113 on this page
Java - Return the sum of the digits present in an string
Java - Count the occurrences of a string in another string
Java - Count and print all the duplicates in the input string
Java - Count all vowels in a string
Java exercises: Reverse every word in a string using methods - w3resource
Java exercises: Find first non repeating character in a string - w3resource
Java - Reverses the words in a string that have odd lengths
Java - Compare two strings of length 3 and 4 in a string
Java - Check all the characters in a string are vowels or not
Java - Find index of the first unique character in a string
Java - Divide a string in n equal parts
Java - Count all words in a string
Java - Test if good appears at index 0 or 1 in a string
Java - In a string, if a character occurs before and after
Java - Display the middle character of a string
Java - If a string appears at the end of other string
Java - Check if a string it ends with a string of length 2
Java - After removing the first, last character from a string
Java: Repeat a specific number of characters in a string
Java - Check if a given string has all unique characters
Java - Trim any leading or trailing whitespace from a string
Java - Print after removing duplicates from a given string
Java exercises: Get the length of a given string - w3resource
Java Exercises Check Whether A Given String Starts With
Java - Check first string contains letters from the second
Java exercises: Check if a given string contains only digits - w3resource
Java: First specific characters in a string occurs elsewhere
Java Recursive Method: Find the length of a string
Java: The same characters in a string are d distance apart
Java exercises: Create an array of string values - w3resource
Java - Longest mirror image string at the both ends
Java - Find a string that begins with p and ends with q
Java Program: Lambda Expression to Check if String is Empty
Java: Count the number of triples in a given string
Java exercises: Find lexicographic rank of a given string - w3resource
Java exercises: Reverse a string - w3resource
Java - Find the length of last word of a specified string
Java - Check a string follows a specified pattern
Java Program: String input validation for vowels
Java Program - Check Palindrome string using lambda expression
Java - Matches a string that has a p followed by zero or more
Java: Find the second most frequent character in a string
How To Find Duplicate Characters In A String In Java?
Java: If the first or last characters are same in a string
Java - Reverse a string using recursion
Java: Calculate the sum of the numbers appear in a string
Java - The first two characters of a string appear at the end
Java - Return color string, otherwise return the empty string
Java Examples Archives - NotesforMSc
Java: Create a character array from contents a string
Java: String with each character of just before and after
Java: Make a new string made of p number of characters
Java: New string taking first three characters from a string
Java - Return a substring after removing the all instances
Java: Create a new string repeating every character twice
Java: If a given string contains another string
Java: Match 2 strings where one string contains wildcard
Java: Create a string short_string+long_string+short_string
Ignore Case Java Char at Tanesha Short blog
Java: Get the canonical representation of the string object
Java: In a string, the longest substring without repetition
Java: New string from first and last position of a string
Java - Find all interleavings of specified strings
Java Program: Concatenate Strings using Lambda Expression
Java Flow Chart AI Chain On Large Language Model For Unsupervised
Java: Create a basic string compression method
Examples of Algorithms and Flow charts - with Java programs
Java: Convert a given String to int, long, float and double
Java Program: Lambda Expression for Sorting Strings Alphabetically
Java: Concatenate a string to the end of another string
Java: Compare a given string to the specified sequence
Java exercises: Compare two strings lexicographically - w3resource
Java: Check if a string contains another string
Java: String taking first and last characters of two strings
Java: Get the character at the given index within the String
Java: Transform a given integer to String format
Java: Check if a given string contains another string
Java: Concatenate a string with itself of a number of times
Java: Check if a string is correct or not
Java: Check if a substring presents in the middle of another
Java Program: Convert List of Strings to Uppercase or Lowercase using ...
Java: Remove a specified character from a given string
Java - Insert an element into the array list at the first
Java: Given a string and an offset, rotate string by offset
Java: Find the missing string from two specified strings
Java Lambda Expression - Convert List of Strings to Uppercase and Lowercase
Java: Find a string without the first two characters
Java: Longest substring appears at both ends of a string
Java: Create a new string by removing the second character
Java: Add a string with a specified number of times
Java: Put each character in its own line from two strings
Java: Generate a crc32 checksum of a string or byte array
Java: Remove all adjacent duplicates from a string
Java: Double characters are concatenated then omitted
Java: If a substring appears at its beginning and end
Java: Return the substring that is between first and last
Java: Remove a character, its immediate left and right
Java: Swap the last two characters of a string, create new
Java: Remove the characters at the start of the longer
Java: Check if two given strings are rotations of each other
Java: Print list items containing all characters of a word
Java: Removet words of length 3 to 6 from a sentence
Java: An array of strings is sorted ascending, descending
Java: Check if a substring appears before a period
Java: Return the characters at position 0,1,2, 5,6,7,..
Java: Check whether a specified character is happy or not
Java: Test first instance followed by the same character
Java: If one or both of the first two characters is equal