Hello,
i have made a code that strips off html tags using regex but i have issue.
Now in file i have multiple tabs.
example:
nesa<tab><tab>pera<tab><tab><tab><tab>nn<tab><tab><tab><tab><tab><tab>kkn
how can i remove extra tabs and keep only one tab ?
example:
nesa<tab>pera<tab>n<tab>kkn
Thanks in advance