RemoveString implements the `-` operator for strings, returning JSON after removal, whether removal is valid and error message.
(s string)
| 161 | // RemoveString implements the `-` operator for strings, returning JSON after removal, |
| 162 | // whether removal is valid and error message. |
| 163 | RemoveString(s string) (JSON, bool, error) |
| 164 | |
| 165 | // RemoveIndex implements the `-` operator for ints, returning JSON after removal, |
| 166 | // whether removal is valid and error message. |
no outgoing calls
no test coverage detected