AllTimeMarr commented on a Page, Twitter Latest Bot Script  -  Jul 09, 2011

If you're having the space problem;

Delete the spaces between | and /g in the last line:

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

should be:

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

 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.