Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
Faqts
:
Computers
:
Programming
:
Shopping For You
:
JavaScript
:
Language Core
: Strings
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
There are no folders in this category
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
How does one split a string with different delimiters into multiple nested arrays?
How can i Escape Special Chars in NN6? alert(escape('Würzburg')); only Alerts a 'W'
i need to test for the condition newline \n tab \t and \r to see if it is present in form input.
why does "&" display differently when alerted from a button and from a function
How can I split "Hard Disk/Maxtor/2300.00" in an array with the separator "/" and output myArray[3]
Random Questions
How can I check whether a string contains a valid number?
How can you put in a newline character within a string constant without getting the "Unterminated string constant" Javascript error
How do I test if a certain pattern is contained in a given string?
How can I convert a string so that every word starts with a capital letter?
Is it possible to use string.replace() with a function in the replace string in IE5+?
How can I convert a string to a number?
How do I use quotes inside a string?
Why can't I change a string?
How can I split a string?
How do I get the character from the (ascii/iso/uni) char code?
How do I convert a String to upper case?
How do I convert a String to lower case?
How can I trim (remove leading and trainling withespace from) a string?
How do I reverse a string?
How can I sort an array of strings by the length of the elements
How can I base 64 encode a string?
How can I base 64 decode a string?
How can I base 64 encode a form field's value?
How do I make every word in a string start with a capital letter?
How can I convert a string so that every word starts with a capital letter?
How can I check whether a string contains a valid number?
How do I encode and decode string characters for a Link/URL ?
How do I find the (ascii/iso/uni) character code of a character
How do I make a string start with a capital letter?
Can control characters in strings (that are invisible in form text areas) be filtered out or identified?
How do I test if a certain pattern is contained in a given string?
How can I replace a specific part of any given string?
Nice example to de-code, but how do you en-code base 64 for IE?
Can I copy a string (e.g. containing the value of document.myForm.outerHTML) to the windows clipboar
How can I ROT13 encode/decode a string?
How can you put in a newline character within a string constant without getting the "Unterminated string constant" Javascript error
in my string, how do i replace spaces and other characters so that a proper URL is formed?
How to convert a character(ASCII) to string ?
How can I parse everything between <SPAN CLASS="TITLE"> and </SPAN> into an array from a HTML
say this variable $worlds has "red hat server" how can I make this change two "red+hat+server"
say this variable $worlds has "red hat server" how can I make this change two "red+hat+server"
Is this silly - value.split("px")[0] -- returns 45 if 45px is in value. Is there another easier way?
How can i get the count of the number of elements after using the string.split function?
Is it possible to use string.replace() with a function in the replace string in IE5+?
How do I use the javascript comment operator, //, in a string constant containing a url, http://...
How to escape a ". I can escape a ' by doing this \' but not a ".
How can I split "Hard Disk/Maxtor/2300.00" in an array with the separator "/" and output myArray[3]
why does "&" display differently when alerted from a button and from a function
i need to test for the condition newline \n tab \t and \r to see if it is present in form input.
How can i Escape Special Chars in NN6? alert(escape('Würzburg')); only Alerts a 'W'
How does one split a string with different delimiters into multiple nested arrays?
Unanswered Questions
Is it possible to do printf style formatting of strings and output in JavaScript?
Does anyone know of JavaScript routines similar to VB’s Format$() or c’s printf () function?
I need to change pages if a "Y" is entered in a text box...I know its syntax, what have I done?if(s
Is there an escape like function for converting &xxx; char strings to their single char format?
How to find the similarity of two string like I can do in php script?
how can i reduce or remove blank spaces in a string coming from DB
How can I compare two paragraphs and highlight the differences between them?
How can I censor certain words from being submitted in a form?