0

How to spilit a string variables that contains integers and characters? For example :a5bd6

8th Jun 2019, 2:38 AM
Dinesh Kumar.V
Dinesh Kumar.V - avatar
2 Respuestas
+ 2
Check out regular expressions. They’re typically what people use for string evaluations
8th Jun 2019, 5:06 AM
Pete Cowling
Pete Cowling - avatar
+ 2
in C you can use strtol or strtoul functions
8th Jun 2019, 9:48 AM
✳AsterisK✳
✳AsterisK✳ - avatar