Regex in some way #49
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
for starters
idea: add something like "matches" function that will be processed by
when
, if present, capable to pass match object to when blockRegex we implemented in 0.9.0 and add operator =~ and !~ for it from Ruby, and for when we'll think of using
operatorMatch
in general or make when(x) { > 0 -> {} } form that might be better in the case