in reply to regexp operator -- same mistake over and over again

Your brain thinks that here comes the match/substituion so the special ~ operator has to be used and you type it first.

In order to overcome these type of issue, you simply have to make a home grown method. Example: it's an 'ee' operator ie.. 'equal tilde' or 'first everyone is equal'. Simple slogans like these and their repeatation will help you going smoothly.

  • Comment on Re: regexp operator -- same mistake over and over again