Search results

  1. nefer_l

    How to send multiple SMS

    Hi, Is it possible to add multiple "Recipient Numbers" using Twilio SMS messages? I tried by entering two numbers separated by comma, however, I received the following error because the comma isn't separating the two numbers and treating as one: Nefer
  2. nefer_l

    Extract Domain from URL with RegEx

    I found this RegEx to be helpful for the Text Formatter Action using the Extract Pattern Action Event: ^(?:.*://)?(?:www\.)?([^:/]*).*$ Sample Input: https://www.parachutehome.com/ Sample Output: parachutehome.com
Top