Regular Expressions: Final Thoughts - Doc JavaScript
A Final Word
In this column we discussed regular expressions and pattern matching, both in Perl and in JavaScript. Regular expressions are the cornerstone of any scipting language, as they provide a very powerful way to manipulate text. The form example demonstrates how regular expressions can be used to accomplish important tasks such as verifying the syntax of an e-mail. We also covered various ways to construct and execute regular expressions in JavaScript. After reading this column, you should know:
- Pattern Matching and Regular Exressions
- What you can do with regular expressions.
- How to use various modifiers with matching operators.
- How to construct regular expressions.
- What rules apply to all regular expressions.
- How to use values (backreferences) inside and after a regexp.
- How to perform substitution commands.
- JavaScript Regular Expressions
- How to define regular expressions.
- How to use the regular expression methods.
- How to use backreferences.
- How to create a general feedback form.
- How to provide a workaround for older browsers.
Created: October 23, 1997, 1997
Revised: December 4, 1997
URL: https://www.webreference.com/js/column5/final.html