Actions
Feature #16666
open'string' - 'str' as a shortcut for 'string'.gsub('str', '')?
Feature #16666:
'string' - 'str' as a shortcut for 'string'.gsub('str', '')?
Status:
Open
Assignee:
-
Target version:
-
Description
Sorry if this has been brought up before, but I couldn't find anything.
I love how we can substract arrays ([1,2,3] - [1,2]). Does anyone else think the same syntax would be beneficial for Strings?
Some possible scenarios could be:
Actions