Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Please school what's meaning of this( ^) under a character
java
1 Voto
1 Risposta
29th Jan 2019, 6:21 PM
Mmegwa Godwin(Chuksman)
Why the ^ matches a begining character or group but the $ matches only the last character not a group
match
0 Voti
1 Risposta
4th Feb 2017, 11:28 AM
Rafatoov
I understand the code and changed it a bit to make it even clearer, but I do not have a clear practical application !?
character
classes
code
python
13 Voti
3 Risposte
24th Mar 2018, 11:19 PM
Vučko/Вучко/Vuchko
In java , what is the form to inverse a character chain?
java
1 Voto
3 Risposte
18th Nov 2021, 11:41 AM
Gonzalo Hernández Hernández
How to remove the special characters in a string in python?
character
python,#string,#special
0 Voti
5 Risposte
15th Apr 2020, 4:10 PM
Ramya Thiurmalisamy
RegExp to return true only when a character appears once. [Solved]
javascript
regular-expressions
0 Voti
2 Risposte
13th Oct 2020, 8:20 PM
Devotha Mwenda
Add character to specific letter when using "for letter in word"
python3
2 Voti
3 Risposte
25th Sep 2017, 10:23 AM
JUGHEAD
How do I get a character from its Unicode index number in Python?
fromcharcode
python
unicode
4 Voti
3 Risposte
2nd Apr 2018, 2:57 AM
Erik Johanson
How to find all indices of a certain character in a list or string
index
list
python3
string
3 Voti
5 Risposte
16th Sep 2020, 11:40 AM
pedram ch
Write a c program to check a character is alphabet or not
c
0 Voti
3 Risposte
28th Dec 2022, 1:22 PM
Alvaro Morte
Why character data type size is 2bytes in java
data-types
java
0 Voti
2 Risposte
13th Feb 2017, 6:51 PM
Suresh Erragana
Can any one explain how to read character into an array?
arrays
character
java
0 Voti
2 Risposte
27th Mar 2020, 2:22 AM
V Chandu
How to remove occurrence of a character if that char already exists?
calculator
javascript
regular-expressions
0 Voti
4 Risposte
15th Jul 2021, 4:23 PM
dheeraj gupta
Pls tell me about character small project in c++
c++
0 Voti
2 Risposte
26th Oct 2017, 6:55 PM
Haris Khan
How can i represent the character "\" as a string?
python
0 Voti
3 Risposte
1st Nov 2016, 1:44 AM
Bruno Faria
Hello! Why does fgets inserts also a new line character inside string?
c
char
fgets
printf
0 Voti
3 Risposte
6th May 2019, 8:29 PM
Emanuel Terteș
(YOUTUBE LINK FINDER PROGRAM) How to increment to the next value of character in I
program
python
youtube
youtubelinkfinder
0 Voti
7 Risposte
11th Nov 2021, 12:07 PM
A Mohammed Alhaan
What happens if I assign more than one character to the getchar() function?
input
output
0 Voti
6 Risposte
6th May 2020, 1:19 PM
kristidhar pandit
How do I compare a character with ASCII value in C?
ascii
c
charcter
equality
0 Voti
2 Risposte
22nd May 2021, 9:47 AM
Sandesh Adhikari
How to get the character frequency of characters in a string using python?
dictionaries
if-statements
loops
python
1 Voto
4 Risposte
15th Mar 2018, 10:12 AM
Fire-Fly
Is string containing a single character same as a char?
java
1 Voto
2 Risposte
2nd Mar 2018, 1:28 PM
Manroop Singh
controlling the char size.
character
python
1 Voto
4 Risposte
9th Apr 2019, 10:11 AM
alireza
Should I include spaces in the special character check?
javascript
0 Voti
1 Risposta
27th Aug 2018, 1:26 PM
Daniel Cooper
Source code for sorting integer and character in c++
c++
0 Voti
1 Risposta
1st Dec 2016, 2:10 PM
Bibek Ghimire
What us character encoding, and what does it mean?
html
html5
0 Voti
1 Risposta
27th Sep 2016, 4:52 PM
Tenzin Kalden
How I can input a character in a calculator?
s
1 Voto
1 Risposta
3rd Nov 2017, 9:41 AM
pankajan satkunam
Can i store more than one character in if case
if-statements
python
1 Voto
2 Risposte
24th Jan 2017, 9:20 AM
Suraj pandey
How to create bones in unity 2d for character ?
c#
help
programming
skills
unity
unity2d
-1 Voto
2 Risposte
23rd Jul 2020, 3:59 PM
Assassinator.12
Write a method which will remove any given character from a String?
progress
0 Voti
3 Risposte
26th Apr 2019, 9:51 PM
Parth Thanki
Isn't the character array variable name a pointer to array in C ?
basic
c
char
character
pointer
programming
return
1 Voto
4 Risposte
25th Jun 2019, 7:55 AM
cool_boy12344
how to check the a character is alphabet or a numeric?
java
strings
1 Voto
3 Risposte
14th Aug 2016, 9:07 AM
bassu S D
How to check a character whether it is alphanumeric or not in C language
c
0 Voti
5 Risposte
3rd Nov 2020, 6:46 PM
Hào Đặng
Can you give me example on how to count character in string using loop?
c#
loops
1 Voto
9 Risposte
11th Jan 2017, 5:48 AM
Irah Singson
How to check for special character and number using regex?
java
regex
1 Voto
1 Risposta
15th Aug 2018, 11:28 AM
RanjOyHunTer
The character encoding for html5 is meta charset utf-8. Then what about meta charset utf-16
encoding
html5
6 Voti
3 Risposte
25th Mar 2019, 6:14 AM
Danyo Joe Crews Kumi Junior
How to Attach a list to a character of another list in python
lists
python3
0 Voti
4 Risposte
15th Oct 2020, 8:19 AM
Science Buster
Is there a way to replace a character with 2-digit number?
array
c++
conversion
integers
loop
replacement
strings
substitution
1 Voto
1 Risposta
29th Apr 2018, 2:58 AM
Anu Chhetri
How to count character of unique substring of string ?
c++
strings
subscripts
0 Voti
1 Risposta
13th Aug 2019, 11:35 AM
Vinayak Mathur
How to check a character is repeat in the string in python?
python,#strings
0 Voti
2 Risposte
11th Apr 2020, 8:01 AM
Ramya Thiurmalisamy
Can anyone give a coding of char using printf and scanf using character i.e char
c
1 Voto
9 Risposte
3rd Aug 2019, 10:31 AM
Naresh
How to raise input error if input is given other than a character in python?
exceptions
python
raising
1 Voto
11 Risposte
10th Dec 2017, 2:59 AM
Rahul Shaikh
How charcters are stored in java?
character
equals
java
2 Voti
10 Risposte
5th Apr 2021, 12:48 PM
rajshekhar y dodamani
How can I change a number in a string into a string?
c++
character
type-conversion
3 Voti
9 Risposte
11th May 2020, 11:07 AM
Isaac Duah [Active!]
What is the relation between the gets() function and a character array's size?
array
c++
character
gets()
sizeof()
stdio.h
1 Voto
6 Risposte
18th Dec 2017, 7:28 PM
Advitiay Anand
What is underscore
character
underscore
0 Voti
3 Risposte
30th Oct 2018, 3:34 AM
Yash Vaghasia
Write a python program to count the frequency of a particular character in a text file.
optionals
0 Voti
9 Risposte
1st May 2019, 5:29 PM
Jacob Richard
Does anyone know how to make custom animations for a character in Unreal Engine 4.
unrealengine4
3 Voti
9 Risposte
6th Mar 2018, 11:45 PM
Comedy Co.
Can you stay strings are character lists? why ? why not?
python
0 Voti
2 Risposte
1st Sep 2019, 4:16 AM
suhani tiwari
How to implement a MOVING CHARACTER/STRING in one line of the screen using C++? Is this possible?
character
strings
0 Voti
4 Risposte
27th Jun 2022, 4:12 PM
Liza Tolentino
Meta character for 'Inverse' and 'or' in this certain problem using Regular Expression
hackerrank
mysql
oracle
regex
regexp
regular-expressions
sql
2 Voti
2 Risposte
10th Nov 2019, 2:23 PM
Sayan Kundu
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
7
8
9
...
16
Successivo >
Popolare oggi
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Need help
1 Votes
Pointers in c#
1 Votes
How to install Bcrypt here
1 Votes
Please click me
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes
How to Get Better at Solving Programming Problems
0 Votes
Hello !
0 Votes
Help
1 Votes