I have a string like
"i have #newCar and the #noTime in #Days"
and I want to extract words starting with #:
a = "#newCar","#noTime',"#Days"
How can I do this ?
I have a string like
"i have #newCar and the #noTime in #Days"
and I want to extract words starting with #:
a = "#newCar","#noTime',"#Days"
How can I do this ?
Copyright © 2021 Jogjafile Inc.
You can use a regex for this purpose