Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
What is " try, catch, substring " in js
calculator
catch
js
try
0 Vote
2 Réponses
18th Nov 2019, 11:05 AM
Emon Hossain Foysal
Por qué el substring en un if siempre me devuelve falso?
english
java
spanish
strings
substring
urgente
0 Vote
4 Réponses
23rd Jun 2020, 11:35 PM
Adrián
Find a substring in a string with no white space.
python3
0 Vote
2 Réponses
6th Mar 2020, 12:06 PM
Chetan Satpute
How do I replace a substring only if it is a whole word?
python
python3
regular-expressions
strings
1 Vote
10 Réponses
2nd Jan 2019, 10:15 PM
Lennart Wisbar
How to count character of unique substring of string ?
c++
strings
subscripts
0 Vote
1 Réponse
13th Aug 2019, 11:35 AM
Vinayak Mathur
How to properly use indexes and ranges in Swift to isolate substrings
substring
swift
5 Votes
8 Réponses
23rd Apr 2020, 6:22 AM
Paul K Sadler
I need help for java Longest common substring from code coach - hard
coach
code
hard
help
java
pro
unsolved
0 Vote
3 Réponses
5th Apr 2022, 3:26 PM
Micheal Atridis
Which is the best pythonic way to split the strings into substring with some index?
python
string_formatting
0 Vote
9 Réponses
18th Feb 2021, 9:02 AM
Ratnapal Shende
how to count total number of occurrences of the substring in the original string
python
2 Votes
4 Réponses
6th Jan 2019, 5:14 PM
Shubham Yadav
What is the code to check wether the string is substring of given string?
lists
python
0 Vote
6 Réponses
3rd May 2020, 2:33 AM
Anupriya Mishra
How to get longest substring in a string with no repeating character??
java
python3
1 Vote
2 Réponses
11th Oct 2017, 9:01 PM
ayush agarwal
[CHALLENGE] How to get the longest substring which length more than one of one String.welcome to resolve.
arraylist
arrays
hashmap
strings
6 Votes
5 Réponses
21st Mar 2018, 2:23 AM
wang
How can I access sa particular letter in string?
c++
substring
1 Vote
4 Réponses
16th Oct 2020, 2:06 AM
Ved Thaker
Write a program that reads a string and displays the longest substring of the given string having just the commands
python
0 Vote
11 Réponses
18th Feb 2020, 7:53 AM
Charu Rathee
How do you find a substring from a string with spaces in Cpp?
a
0 Vote
1 Réponse
4th Aug 2020, 10:49 AM
Bathandwa Mavuso
To check if a Substring is present in a Circular String in java.Can anyone help me to solve?
java
strings
1 Vote
5 Réponses
3rd Apr 2022, 10:59 AM
SOUNTHERYA M
How to find value of one column as a substring in another column value through excel formula?
excel
text
0 Vote
6 Réponses
3rd Nov 2022, 5:34 AM
Roshini Balivada
The addition of two numbers and display the substring of a string using javascript
<string
0 Vote
2 Réponses
20th Jul 2017, 9:33 AM
Shikha Vats
string = "freeCodeCamp" print(string[::2])
python3
substring
0 Vote
1 Réponse
31st Aug 2020, 9:38 AM
Kodeesh Warar
How to determine if a string is a substring of another? Give an example pls.
lists
python
strings
0 Vote
2 Réponses
1st Oct 2018, 1:06 AM
partha
Can anyone explain this code?
count
python3
substring
0 Vote
5 Réponses
3rd Nov 2018, 3:21 PM
Abhinav Singh
Is it possible to find the index of all occurrences of a substring in a a string in python?
python
1 Vote
3 Réponses
24th Jan 2020, 6:48 AM
Calculator Ramen
Longest Common Substring, I need your help
common
longest
substring
2 Votes
1 Réponse
29th May 2022, 4:58 PM
OTTER
Code
code
java
substring
3 Votes
4 Réponses
6th Aug 2017, 4:59 PM
Mayur Chaudhari
Input a string and a substring,search the substring in string,if found than revesrse it in main string.
c++
1 Vote
2 Réponses
16th Oct 2016, 2:41 PM
Prasun Verma
function that will check if the substring "IITA" can be found in the given line.The program have to use pointer. Output: YES/NO
c++
0 Vote
4 Réponses
25th Oct 2020, 7:44 PM
Mizuki
Write and test a function hydroxide that returns a 1 for true if its string argument ends in the substring OH .
strings
1 Vote
4 Réponses
5th Apr 2018, 1:37 PM
Shubham kumar Mishra
create a GUI application to accept a string and display it in reverse order using the substring () method
java
0 Vote
3 Réponses
30th Aug 2016, 5:59 AM
ranjeet
how can i print the second "FOR" or first "FOR" from the following wholeString using some loop not the substring method.
java
sololearn
1 Vote
2 Réponses
15th Nov 2017, 12:53 PM
mouri
Wap to find the no of occurrence of sub string in a given string.
c
c++
java
strings
substring
2 Votes
3 Réponses
29th Dec 2018, 9:15 AM
Ravindra
s is a string of lower case characters. Write a program that prints the longest substring of s which is in alphabatical order
dictionaries
loops
strings
2 Votes
1 Réponse
3rd Oct 2017, 11:47 AM
vivek kustwar
Can you explain me, why does it always output true? I would like to know if appointed substring is present in original string.
c++
0 Vote
1 Réponse
13th Sep 2021, 5:07 AM
TeaserCode
How to sort and cut String in Java
arraylist
ioreader
java
reading
substring
3 Votes
2 Réponses
2nd Dec 2020, 1:46 PM
Fleet
String replace method...though it was easy
python
replacemethod
string
substring
1 Vote
1 Réponse
16th Oct 2018, 8:39 AM
Roberto
Can someone Explain please.!?
c#
explain
help
substring
0 Vote
3 Réponses
29th May 2017, 7:04 AM
Arjun Gupta
String s; //enter whatever you want in it for(int i =0; i<s.length(); ++i){ System.out.println(s.substring(0,i)); }
doubt
java
pattern
sololearn
substring
0 Vote
5 Réponses
8th Mar 2017, 6:45 PM
0000
Finding substrings in a string by python
count
if-statements
python
python3
string
substring
2 Votes
2 Réponses
18th Feb 2018, 1:42 PM
Shabnam
Write a program to find all sub string of given string and count the numbers of that sub string present in the original string.
c
c++
coding
count
java
python
sololearn
string
substring
1 Vote
2 Réponses
7th Sep 2017, 6:29 AM
Rahul Aryan
What is the difference between substring(), substr() and slice() in Javascript?
code
javascript
js
slice
split
string
substr
substring
web
website
1 Vote
1 Réponse
28th Oct 2018, 9:30 AM
Avi Takiyar
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
2
Suivant >
Aujourd'hui en vedette
Help please?
3 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes
Game development
0 Votes