_Dean_ commented on a Page, Twitter Latest Bot Script  -  Oct 22, 2011

AllTimeMarr, you dont need to use $null to replace it
you can use simply

alias htmlfree { return $regsubex($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)|&[^;]+;|/g,) }

in fact the $htmlfree can be just

return $regsubex($1-,/<[^>]+>/g,)

or use

return $regsubex($1-,/<[^>]+>|\t/g,)

to replace tab too

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.