You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using multiple gsub! calls, this uses binary encoding to do
the regexp gsub with map, then forces encoding back to UTF-8.
This uses the same approach as before
ebe0c40, with binary encoding, which
performs better.
Co-authored-by: Jean Boussier <[email protected]>
0 commit comments