Spaces in entity

Hello,

I need help with capturing entities containing spaces.
Writing “Show image cat” works, but with “Show image small cat” it doesn’t consider the first word (small).

Please suggest a solution and let me know if more info is needed.

Thank you.

code
- regex: ent_img
  examples: |
    - ["[a-zA-Z]+"]
- intent: int_add_img
  examples: |
    - Show image [cat]{"entity": "ent_img"}  
    - Show image [small cat]{"entity": "ent_img"}  

This doesn’t sound like a good use case for RegEx. You should provide more examples of the possible entities and intents.