- Total Members: 220,025
- Threads: 525,387
- Posts: 976,997
-
November 10th, 2012, 07:08 AM
#1
Count characters between 2 specified words in javascript
Hi guys,
I have a text(string): >0000: brown fox <0000
now i want to count the characters between the words >0000 and <0000. How do i do that? . Obviously the result will be 9(with spaces) or 8(without spaces). i dont mind if its with spaces or without. i prefer it would be without though.
What is the coding that is needed?
Any help will be deeply appreciated guys! thanx in advance
Similar Threads
-
By D.O.M.I.N.A.T.O.R in forum .NET Development
Replies: 6
Last Post: April 26th, 2006, 07:21 AM
-
By Gisash1 in forum ASP Development
Replies: 3
Last Post: August 12th, 2005, 12:37 PM
-
By digitalslacker in forum .NET Development
Replies: 1
Last Post: April 1st, 2005, 02:52 PM
-
By lock in forum Programming Help
Replies: 1
Last Post: February 16th, 2005, 10:52 AM