I have a simple question but complicated to me for a long time.
When I manipulate a string, I added some special characters like space, tab or other.
However, I want to know the skill in case of many special letter.
For example, 5 tabs requires \t\t\t\t\t but cannot be intuitive.
Do you know any other skill like 5(\t)?
labmaster.