Hi @AnkitGa2 ,I confused number of words with number of characters, above solution is for counting characters. For counting words you can apply the same logic but with different regex like below,and ruleset test results also validate it,Also, I agree with @bjoern__koth , you don't need developer's h...