Web Design Tutorials and Articles: Introduction to JavaScript String Regular Expressions

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Wednesday, April 8, 2009

Introduction to JavaScript String Regular Expressions

JavaScript String Regular Expressions – Part 1 Introduction This is part 1 of my series, JavaScript String Regular Expressions. Consider the string, “This is a man”. Assume that you do not know the content of the string; the string might have been typed by the user and the JavaScript code has assigned it to a variable. You may have the following two questions: 1) Does the sting have the word, “man”? 2) <br />If the string has the word, “man”, can you change it to “woman”. There are many other... Sign in to see full entry.

Previous: Connecting Ajax Functions - New Entries - Next: JavaScript String Regular Expression Patterns

Headlines (What is this?)