given a String like this: "today is a nice day".
String
"today is a nice day"
Is it possible to extract only the words "day" from this String?
"day"
Using [^day] works letter-wise, hence not what I want.
[^day]
Aucun commentaire:
Enregistrer un commentaire