4GuysFromRolla.com :
ASPFAQs :
Strings
The Strings category contains the following FAQs:
Question: How can I count the total number of words that appear in a string?
[View the Answer! ]
Posted by Scott Mitchell at 4/7/2001 8:08:34 PM. (88,303 views...)
Question: How can I remove multiple spaces between words in a string? That is, if I have: Hi there
how can I get: Hi there
?
[View the Answer! ]
Posted by Scott Mitchell at 3/31/2001 5:02:55 PM. (129,557 views...)
Question: I want to repeat a character or string X number of times, is there a way I can do this without expensive looping operations?
[View the Answer! ]
Posted by Richard Lowe at 3/24/2001 6:21:07 PM. (49,031 views...)
Question: I am performing a currency calculation and would like to display the value as 7.30, but it is showing up as 7.3. How can I force two demial places?
[View the Answer! ]
Posted by Scott Mitchell at 1/18/2001 6:31:07 PM. (50,969 views...)
Question: How can I replace each occurrence of a particular pattern in a string with another pattern?
[View the Answer! ]
Posted by Scott Mitchell at 11/25/2000 1:00:14 AM. (61,234 views...)
Question: Is there a way to replace pattens of text in a string so that the replacement text includes whatever the pattern matches? For example: enclose all words ending in "ing" in tags?
[View the Answer! ]
Posted by Richard Lowe at 10/17/2000 3:25:08 AM. (46,427 views...)
Question: How do I convert an all uppercase or all lowercase string into mixed case (first letter of each word uppercase, all other letters lower case)?
[View the Answer! ]
Posted by Scott Mitchell at 10/16/2000 4:35:39 PM. (57,082 views...)
Question: How can I change a string like $51,234.98 into a number (51234.98)
[View the Answer! ]
Posted by Richard Lowe at 10/15/2000 6:15:46 PM. (64,982 views...)
Question: How do I set a string variable so that it has quotes in it? I want a variable to equal: Bob said, "Hello."
[View the Answer! ]
Posted by Scott Mitchell at 9/27/2000 3:26:15 AM. (57,236 views...)
Question: How can I find the position of a certain character (or substring) within a string?
[View the Answer! ]
Posted by Scott Mitchell at 9/24/2000 3:38:32 PM. (65,717 views...)
Question: How can I determine the length of a string (how many characters are in a string)?
[View the Answer! ]
Posted by Scott Mitchell at 9/24/2000 3:22:52 PM. (45,354 views...)
Question: How do you convert a string to all uppercase or all lowercase?
[View the Answer! ]
Posted by Scott Mitchell at 9/23/2000 7:53:10 PM. (53,397 views...)
[Return to the ASPFAQs Index ] |
[Suggest an FAQ ]
Strings category viewed 138,193 times...
Do you have a FAQ you'd like to suggest?
Suggestions? Comments? If so, send it in !
Also, if you'd like to be a FAQ Admin (creating/editing FAQs),
let me know ! If you are looking for other FAQs, be
sure to check out the 4Guys
FAQ and Commonly Asked Messageboard Questions !
Most Viewed FAQs:
1.) How can I format numbers and date/times using ASP.NET? For example, I want to format a number as a currency. (761643 views )
2.) I am using Access and getting a 80004005 error (or a [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'
error) when trying to open a connection! How can I fix this problem? (207777 views )
3.) How can I convert a Recordset into an array? Also, how can I convert an array into a Recordset? (202549 views )
4.) How can I quickly sort a VBScript array? (196039 views )
5.) How can I find out if a record already exists in a database? If it doesn't, I want to add it. (156019 views )
6.) How do I display data on a web page using arrays instead of Do...While...MoveNext...???... (152331 views )
7.) When I get a list of all files in a directory via the FileSystemObject
, they aren't ordered in any reasonable way. How can I sort the files by name? Or by size? Or by date created? Or...
(140381 views )
8.) For session variables to work, must the Web visitor have cookies enabled? (110162 views )
9.) Can I send emails without using CDONTS? (107083 views )
10.) How can I take the result of a SELECT...MULTIPLE or a group of same-named checkboxes and turn it into a query? That is, if the user selects 3 answers, how can I construct a query that looks for all 3? (106308 views )
Last computed at 9/17/2007 3:22:00 AM