how to use regular expression in post module

Hi Guys,

I want to make one as mandatory in text field of post module.

Is it possible to use regular expression option in text field of post module to achieve this.

can someone help me out with this ..

image_transcoder.php?o=bx_froala_image&h=3524&dpx=1&t=1588647708

  • 2478
  • More
Replies (1)
    • Hello travis k !

      You may set this expression there:

      /(?:\s|^)#[A-Za-z0-9\-\.\_]+(?:\s|$)/

      It will check the match at least 1 hashtag in your text.

      Login or Join to comment.