The string counterpart to the numeric operator %~=% (see
floating_point_comparisons). x %~% y is TRUE
when x and y are equal ignoring case, leading/trailing
whitespace, and runs of internal whitespace - handy for joining or matching
messy, hand-entered data.
Author
Ben Wiseman, benjamin.h.wiseman@gmail.com