Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Programming
:
Languages
:
JavaScript
:
Language Core
: Regular Expressions
+ 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
JavaScript: Search/Replace: Regular expression: Library: Which regular expression to extract e-mail?
JavaScript: Regular expression: Simple: Create: How create regular expression in JavaScript?
How can you use an Array in a RegExp object ?
How do I validate the format of a URL or email
How to make sure a text field contains a number (in the most safe way)?
Random Questions
How do I validate the format of a URL or email
JavaScript: Search/Replace: Regular expression: Library: Which regular expression to extract e-mail?
How can you use an Array in a RegExp object ?
How do I validate the format of a URL or email
JavaScript: Search/Replace: Regular expression: Library: Which regular expression to extract e-mail?
How can extract the number for the following value(155) from (AOpen ATX Full Tower (13 Drive Bays) -$155.00)
How do I match a regexp pattern with a string?
How do I search and replace text using regular expressions?
How do I validate Url's w/reg exp [accepting ONLY http's]
The following regular expression only works with PC why? re = /\r\n/g,
How to match the character . using regular expressions
Are there any practical examples using regular expressions?
How to validate a user input for numbers in any format, safely?
How to make sure a text field contains a number (in the most safe way)?
How do I validate the format of a URL or email
How can you use an Array in a RegExp object ?
JavaScript: Regular expression: Simple: Create: How create regular expression in JavaScript?
JavaScript: Search/Replace: Regular expression: Library: Which regular expression to extract e-mail?
Unanswered Questions
Validate phone nums e.g. "(9a9) a9a-9z9z /z9z9" due to nums like "(800) Hot-Food" w/& w/o the optional extension " /9z9z"
reg exp while loop in ie 5
There is an error in the index of a result in IE 5.0 - when was it fixed (script engine version)?
How can I match mathematical annotation? /[\d\.\s\+\-]+/g does not work
Can I use regular expressions to search and replace text?
How can I use regular expressions to validate edited records?
How can I compare two paragraphs and highlight the differences between them?
I have a field where i need to enter the alphanumeric character followed by * or ? only
I have a field where i need to enter the alphanumeric character followed by * or ? only
I'm using ASP and regular expressions to highlight certain words through html code.