Languages ASP / VbScript Strings  

WordWrap functions

download download  
important code information
author:
RayDance
minimum requirements:
WordWrap functions description

For some purposes you need to cut a long string (with no HTMLTAGS) into (row)parts on a specific length. If you want to do this without APIs or DLLs and you don't want to break in the middle of words, then you can use the Functions from this page for different calculations or to get the string you want! It will break your String Sentence(Row) on: " ", ".", "?", "!", "," Or if you want also on "-".


File List:
wordwrap_functions.asp7Kb

Similar code
Advanced HTML Encoder (Popularity: ) : This code demonstrates how you can convert a string to HTML text format. It goes beyond the power of the Server.HTMLEncode method in that it parses out all HTML tags, changes new-line characters to "BR" tags, and also formats double-spacing ...
Numbers to Words (Popularity: ) : This Code convert numbers (up to 7 digits and without decimals) to corresponding words. The grouping format is Indian, but can be easily changed to accommodate other formats as well.
Advanced Highlight (Popularity: ) : This function searches through the string passed to it for either a string or array of keywords. It highlights the keywords found in the string by wrapping them in HTML <span> tags. Features: - If an array of keywords is ...
Ghost text writter (Popularity: ) : The project will make text type and look like a ghost is typing. The speed of type is random so its more true.
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 8
version
size in Kb 2
popularity   646/7913374
user rating 4/10
ad


New Code
Popular Code