#How can i make string.length() not count the invisible BBCode?
1 messages · Page 1 of 1 (latest)
get_parsed_text()
or get_total_character_count()
neither of those functions include the bbcode stuff
whats the difference between parsed and total ?
oh i get it
so doing get_total_character_count(string)
is like doing get_parsed_text(string).length