Pablo Sanchez
Pablo Sanchez
I am trying to pass an array too: var hello = ["hello", "Hello", "HELLO"]; when ( new TextCommand(hello, 'greetingCommand'), GreetingController()) But it's not working either. Am i doing something wrong?...
Hi Jesús, thanks for your reply. I actually managed to fix this with regex. If someone else is interested, you can pass several strings to a regex like this: /string1|string2|string3/i...
Hi all, any luck with this? Im trying a similar thing and can't get it right. Thanks!