Forum Academy Marketplace Showcase Pricing Features

Count number of caracters for sms costs

Hello ! I’m trying to count number of caracters of a multiline input, including “emoji” for calculate the price of a sms. I think there’s a way to evaluate this with regex but I can t find the right expression.

hope someone can help !


here s how sms sgments are calculated above.

SMS Character Counter - Check your SMS character count and more!.

Another solution would be to remove emoji from the message but can t find how to

Does the multi line input output a list of texts? Just :join (with nothing) and :number of characters.

fixed by @lindsay_knowcode with his plugin upgrade :slight_smile: Count Words of text returned from an API - #15 by lindsay_knowcode