Comment to 'new check needed when fields are mandatory'
  • Alex T⚜️ How exactly do I write the regular expression? I basically need to:

    1. make sure each word has a hashtag in front of it.

    2. automatically add the hashtag in front of each word that doesn't have a hashtag.

    3. make sure there is a space between each hashtag, if not then create a space.

    4. limit the hashtags to a maximum of 5.