Search Results

Search: Posts Made By: matt1311
6,335
Posted By matt1311
Thanks man, but there's one problem, and that is,...
Thanks man, but there's one problem, and that is, if there is more than one html tag on the line, it doesn't replace space characters only in the last one. For example: damn <here is> <the problem>...
6,335
Posted By matt1311
That's my problem, I need space characters in...
That's my problem, I need space characters in html tags not to be replaced by \n. Only if spaces not in '<' and '>'.
6,335
Posted By matt1311
Replace space, that is not in html tags <> with new line using sed
Hi, I am working on transforming html code text into the .vert text format. I want to use linux utility sed. I have this regexp which should do the work: s/ \(?![^<>]*>\)/\n/g. I use it like this...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy