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
strings.Replace is simple and doesn't allow regular expressions so it blindly replaces spaces with the new output and adds an extra set of backslashes. It might be best to use regexp instead of only replace non escaped spaces.
The text was updated successfully, but these errors were encountered:
strings.Replace is simple and doesn't allow regular expressions so it blindly replaces spaces with the new output and adds an extra set of backslashes. It might be best to use regexp instead of only replace non escaped spaces.
The text was updated successfully, but these errors were encountered: