Murach's JavaScript and jQuery (3rd Ed.) Chapter 13 © 2017, Mike Murach & Associates, Inc. Murach's JavaScript and jQuery (3rd Ed.)
One property of String objects © 2017, Mike Murach & Associates, Inc. Murach's JavaScript and jQuery (3rd Ed.)
Methods of String objects © 2017, Mike Murach & Associates, Inc. Murach's JavaScript and jQuery (3rd Ed.)
Examples of methods of String objects © 2017, Mike Murach & Associates, Inc. Murach's JavaScript and jQuery (3rd Ed.)
Examples of methods of String objects (continued) © 2017, Mike Murach & Associates, Inc. Murach's JavaScript and jQuery (3rd Ed.)
Example 1: How to trim spaces off the beginning of a string © 2017, Mike Murach & Associates, Inc. Murach's JavaScript and jQuery (3rd Ed.)
Example 2: How to trim spaces off the end of a string © 2017, Mike Murach & Associates, Inc. Murach's JavaScript and jQuery (3rd Ed.)
Example 3: How to combine ltrim and rtrim to trim all spaces © 2017, Mike Murach & Associates, Inc. Murach's JavaScript and jQuery (3rd Ed.)
Example 4: How to compare two strings ignoring case © 2017, Mike Murach & Associates, Inc. Murach's JavaScript and jQuery (3rd Ed.)
Example 5: A function for comparing two strings while ignoring case © 2017, Mike Murach & Associates, Inc. Murach's JavaScript and jQuery (3rd Ed.)