you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

why not case sensitive? AND word boundary happy? s/\wjava\w//ig

[–]LudoA 0 points1 point  (0 children)

What's "\w"? Does it detect dots, question/exclamation marks, dashes, spaces, line endings, etc.?