We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46264a3 commit 95dcbafCopy full SHA for 95dcbaf
1 file changed
README.md
@@ -15,6 +15,8 @@ public enum Operation
15
ToStringWithContains,
16
StartsWith,
17
EndsWith,
18
+ StartsWithToLower,
19
+ EndsWithToLower,
20
StringEquals
21
}
22
```
0 commit comments