allot icon indicating copy to clipboard operation
allot copied to clipboard

Parse placeholder and wildcard text commands

Results 3 allot issues
Sort by recently updated
recently updated
newest added

This PR adds new constructor for `Command` called `NewWithEscaping` that escapes the Command pattern for regex characters `[],(),...` which allows then passing commands with these characters. I have opted for...

This is breaking PR that replaces the `MustCompile` call with `Compile` and proper error handling and returning. Btw. it also includes the previous PR as I was building on top...

Can you help me confirm that multiple goroutines can use this library concurrently without any issues or is it supposed to be synchronous? Cpu seems to be growing when multiple...