I need to go through all of our jira issues and search for and remove email addresses, but I can't search for the @ symbol, I've tried it as '\u0040' but still nothing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It just so happened that the first ones I looked at in the search also had @ symbols, but it appears to have actually been searching for % and 40
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes the \u0040 symbol will be changed into %40 when its encoded in URI format.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.