Closed blake-sc closed 4 years ago
i.e. it will think something like BTU/s is a reference to a user "u/s" rather than the rate of change of an archaic thermal unit.
This should be solvable by putting a \b (word boundary marker) before the u in the regex, like \bu .
\b
\bu
Fixed :)
i.e. it will think something like BTU/s is a reference to a user "u/s" rather than the rate of change of an archaic thermal unit.
This should be solvable by putting a
\b
(word boundary marker) before the u in the regex, like\bu
.