From: Shea Martin Date: 2007-01-16T05:00:17+09:00 Subject: regex: \ not in gsub? I often use \< and \> to denote the start and end of word. But they don't seem to work with gsub. Am I missing something? I would expect the following: "xword1 word2 tword3".gsub( /\ are not supported, is there an alternative that ruby provides? Thanks. Thanks, ~S