in reply to Edit a New file in place after reading it in
After chomping a given line of input, you should trim off the trailing whitespace before applying any regex pattern to the line. That way, Xi Wong $ will be reduced to Xi Wong$ and will be better detected during pattern matching.
|
|---|