Add Regex (or similar) support #1
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?
As some lines may contain varying values in addition to constant values, regular expressions may be required to get a proper match. Need a way to allow the sign identifier to contain regular expressions that are run when trying to match a sign. Alternatively, a more primitive system can be used where only a few "placeholder-ish" values can be used such as "*" for anything. %f for a floating-point number, %d for digit or something similar.
Fixed