Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
How does this code print the reverse of a string?
java
0 Votos
2 Respuestas
7th Aug 2019, 8:46 PM
Samuel
How to create a recursive method that could find permutations of a string?
c
java
2 Votos
5 Respuestas
15th Nov 2018, 1:48 AM
Quang Tran
How do I replace characters in a function instead of a string?
python
python3
0 Votos
5 Respuestas
13th Jul 2022, 6:01 PM
Alba Robledo
What's string? Why we use it? What's it advantage?
c++
strings
2 Votos
1 Respuesta
14th Mar 2017, 4:25 AM
Shuvam Pal
C++ : how to find a space(" ") in a string?
c++
strings
0 Votos
2 Respuestas
3rd Jan 2020, 12:01 PM
Nuthead
Why the input is double and the output is single string?
python
strings
2 Votos
4 Respuestas
3rd Sep 2016, 6:36 PM
Courage Lartey
Can you only pass only one float value in a string?
python
type-conversion
0 Votos
4 Respuestas
10th Sep 2019, 4:09 AM
EzireBlueFlame
How to enclose a double quoted string into a double quoted string?
answer
please
-2 Votos
6 Respuestas
4th Jun 2021, 1:14 PM
Swethasenthil
What is the difference between double quote string and single quote string?
strings
0 Votos
6 Respuestas
10th Jan 2019, 4:54 PM
Abhishek V
How can I sort a "zip-list" after integer and not string?
lists
python
python3
sort
zip
1 Voto
2 Respuestas
11th May 2020, 8:33 AM
🌱Zuhal🐛🌿
how can I find the index of the second repetition of a string?
python
0 Votos
6 Respuestas
30th May 2020, 7:30 PM
Jeremy Cruz
How can i create auto increment id with string?
mysql
sql
0 Votos
2 Respuestas
26th Oct 2016, 2:56 PM
Carlos Alexander Chirito Romero
How to create a function that counts characters in a string?
a
characters
count
function
in
string
that
0 Votos
3 Respuestas
7th May 2018, 9:06 PM
Kelvin Maringa
How to make an action occur for each line in a string?
c#
strings
1 Voto
4 Respuestas
26th Sep 2018, 10:16 PM
Brendan Johnson (thedoctormadman)
How do i change the style of the first word of a string?
css
css3
javascript
style
-1 Voto
10 Respuestas
28th Nov 2016, 1:53 PM
Foxtrot Pipe
How do i print an array with an integer or string?
beginner
error
integer
list
print
python
string
1 Voto
3 Respuestas
14th Mar 2019, 9:18 PM
Jordi
Does the scanner function nextLine() have a different data type to String?
boolean
notworking
potato
scaner
simple
string
while
0 Votos
4 Respuestas
31st Mar 2020, 12:56 PM
Stephen Jeffery
How can i represent the character "\" as a string?
python
0 Votos
3 Respuestas
1st Nov 2016, 1:44 AM
Bruno Faria
Is there some limit to the number of letters we can enter in a string?
c++
limit_of_strings
5 Votos
13 Respuestas
20th Jul 2017, 3:36 PM
Solo Wanderer 4315
How to check for the number of numbers in an inputed string?
java
1 Voto
2 Respuestas
29th Dec 2019, 3:32 AM
Great Pyramids 🏜
Hello! Why does fgets inserts also a new line character inside string?
c
char
fgets
printf
0 Votos
3 Respuestas
6th May 2019, 8:29 PM
Emanuel Terteș
How can i print only the first & last letter of a string?
cpp
string
1 Voto
4 Respuestas
3rd May 2020, 4:01 AM
Ashfaq Reshad
How do you replace a char to another index on the same string?
begineer
java
strings
1 Voto
5 Respuestas
17th Oct 2021, 1:50 PM
Rio
Can I add More than one input in a single String?
c#
input
0 Votos
4 Respuestas
7th Oct 2016, 6:58 AM
Raviyank Patel
What is the difference between using print and solely inputting in string?
print
strings
0 Votos
5 Respuestas
15th Jul 2018, 10:26 AM
Abdul Mubdi Bindar
Write a method which will remove any given character from a String?
progress
0 Votos
3 Respuestas
26th Apr 2019, 9:51 PM
Parth Thanki
why my code is giving size more than my input string?
c++
size()
string
1 Voto
3 Respuestas
8th Oct 2017, 2:19 PM
shobhit
How can one set the precision of a long double number contained in a string?
c++
precision
string
7 Votos
8 Respuestas
25th Sep 2017, 5:51 PM
Solo Wanderer 4315
How to find the distance between two symboles in a string?
java
2 Votos
2 Respuestas
13th May 2017, 9:39 AM
Benyamin Mikhalevski
How to do an array of the same size of a string?
array
c++
strings
3 Votos
3 Respuestas
1st Apr 2017, 5:29 AM
Giovanni Del Gallo
What does it mean when a string is more or less than another string?
c
comparison
quiz
string
4 Votos
2 Respuestas
4th May 2019, 6:27 PM
silentlearner
How to determine which char appears most in a string?
c#
0 Votos
1 Respuesta
4th Dec 2018, 5:16 AM
Dejan
Why in C++ to use "" not '' to define a string?
""and''
c++
strings
1 Voto
2 Respuestas
9th Oct 2018, 2:38 AM
Potato Hacker
What is the difference between docstring and an ordinary string?
python
strings
0 Votos
1 Respuesta
22nd Apr 2019, 9:58 AM
Mohit Shirpurkar
How to create a loop if input string is equal to defined string?
java
2 Votos
5 Respuestas
27th Aug 2017, 9:57 AM
Manjit Kumar
How should I count more than a single text in string?
c++
0 Votos
3 Respuestas
28th Aug 2017, 11:07 PM
Bogdan
How to get switch to check If input is the same as a string?
java
strings
switch
2 Votos
8 Respuestas
1st Feb 2018, 9:09 PM
Lăbonţu Marius-Andrei
How to convert the whole element in a list which is in string to individual string?
lists
python3
0 Votos
8 Respuestas
17th Apr 2020, 7:50 AM
Jaweed
How to remove all vowels or letters what I want in a string?
python
1 Voto
3 Respuestas
10th Jun 2018, 8:56 PM
Redacted
How can i get space in a one line string?
c++
0 Votos
2 Respuestas
21st Feb 2017, 6:30 AM
Debasis nath
How to combine characters to become and output as a single string?
character
strings
0 Votos
2 Respuestas
26th Jun 2022, 6:10 PM
Liza Tolentino
What is the code to check wether the string is substring of given string?
lists
python
0 Votos
6 Respuestas
3rd May 2020, 2:33 AM
Anupriya Mishra
Wap to count no. Of capital letters in a string?
c++
variables
0 Votos
2 Respuestas
24th Dec 2016, 7:52 AM
Mayur Kumar
How to find first non repeated character of a given String?
c
c++
java,
language
programming
2 Votos
1 Respuesta
21st Oct 2017, 5:07 AM
Sanika Awasthi
Please how do i reverse this string? aliens = ["welcome"] ... I've tried and tried
loop
reverse,
slice
2 Votos
2 Respuestas
1st Dec 2020, 2:21 PM
Ubong Umoh
How can I compare each element of the string with the rest of the string?
c++
strings
1 Voto
7 Respuestas
28th Apr 2020, 10:31 AM
Eskalate
What is the best way to create a multi-line string?
python
strings
0 Votos
1 Respuesta
29th Aug 2016, 9:07 AM
Jonathan Durrant
Why is '^' said to match the first occurence of a string?
python3
1 Voto
2 Respuestas
22nd Mar 2019, 11:25 AM
Thimira Rathnayake
A function to print the positions of a letter in a string?
python
strings
1 Voto
3 Respuestas
27th Dec 2016, 1:06 PM
MIGUEL GARCÍA GÓMEZ
Is there a way to switch and/or erase certain characters from string?
javascript
0 Votos
2 Respuestas
18th Jun 2018, 9:29 AM
Ivan
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
5
6
7
8
Siguiente >
En tendencia hoy
What's wrong with this code ? ( Beginner)
3 Votes
Ejercicio Pytho
0 Votes
Please rate my code from 1 to 10
2 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Square Roots
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Pig Latin
0 Votes
Uuu
1 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
How to start
0 Votes