Gizmodo: This Replacement Bathtub Drain Is Like a Slap Chop for Hair Clogs
This Replacement Bathtub Drain Is Like a Slap Chop for Hair Clogs
The only thing worse than a bathtub or shower drain that doesn’t actually drain is having to clean out the inevitable clog. The PressDrain promises to eliminate that awful chore once and for all with ...
Removing a bathtub drain is usually a fairly simple task for any DIYer. The most important step is figuring out what type of drain stopper is in the tub. Knowing the basic mechanics of your tub’s ...
Q: My old cast-iron bathtub is badly stained and it leaks around the drain. Plus, the three-handle mixing valve used to fill the tub constantly drips. I found a do-it-yourself resurfacing spray kit, ...
I have a wife and two daughters, all with long hair. I’ve also spent decades working in the plumbing industry, so I’m the one called upon when the bathtub drain gets clogged. Due to all that long hair ...
Q: My bathtub is old and abused, and I am tired of listening to my wife complain about it. I would like to replace the tub, but I am a little nervous about taking on a job of this size. The walls of ...
The replace() method of String values returns a new string with one, some, or all matches of a pattern replaced by a replacement. The pattern can be a string or a RegExp, and the replacement can be a string or a function called for each match. If pattern is a string, only the first occurrence will be replaced. The original string is left unchanged.