0
How can I search for a specific word which is followed by a character?
3 Antworten
+ 6
Are you saying about search box in this forum?
+ 3
Please tag the relevant programming language.
Do you mean regular expressions?
0
In Python. For example searching for "ladder*" but instead of the * any character can come. My search would find "ladder1", "ladderi", "ladders" etc