RemoveString implements the `-` operator for strings, returning JSON after removal, whether removal is valid and error message.
(s string)
| 100 | // RemoveString implements the `-` operator for strings, returning JSON after removal, |
| 101 | // whether removal is valid and error message. |
| 102 | RemoveString(s string) (JSON, bool, error) |
| 103 | |
| 104 | // RemoveIndex implements the `-` operator for ints, returning JSON after removal, |
| 105 | // whether removal is valid and error message. |
no outgoing calls
no test coverage detected