-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hello dear author, this package is brilliant.
It's not a bug, just a question: is it possible (and how?) to replace a suffix (or prefix) in a string? Because the replace replaces a fragment everywhere, for instance in the middle of a string. For example, I want to replace ".exe" - it's suffix/executable extension. All my attempts replace it in "aaa.exe.tail" too. I tried to use empty but it does not help.
replace (some anySym <* ".exe") "aaa.exe" -- the simplest example
Metadata
Metadata
Assignees
Labels
No labels