react-native-rich-editor icon indicating copy to clipboard operation
react-native-rich-editor copied to clipboard

content length without html tags

Open Bilin-David opened this issue 1 year ago • 2 comments

how to to find the length of the content without html tags

Bilin-David avatar Jul 19 '23 07:07 Bilin-David

message.replace(/<[^>]*>/g, '').trim().length

this is how i found the length of contents without html tags, if you guys know any other ways pls let me know

Bilin-David avatar Jul 24 '23 09:07 Bilin-David