JavaScript String Object
The lastIndexOf() method returns the position of the last found occurrence of a specified value in a string.
Note: The string is searched backward, but the index returned is the character position from left to right (starting at 0).
This method returns -1 if the value to search for never occurs.
| Parameter | Description |
|---|---|
| searchstring | Required. The string to search for |
| start | Optional. The position where to start the search. If omitted, the default value is the length of the string |
![]()
The lastIndexOf() method is supported in all major browsers.
Note: The lastIndexOf() method is case sensitive!
Tip: Also look at the indexOf() method.
Do different searches within a string:
The output of the code above will be:
Differences between indexOf and lastIndexOf:
The output of the code above will be:
JavaScript String Object
| WEB HOSTING |
|---|
| Best Web Hosting |
| PHP MySQL Hosting |
| Best Hosting Coupons |
| UK Reseller Hosting |
| Cloud Hosting |
| Top Web Hosting |
| $7.95/mo SEO Hosting |
| Premium Website Design |
| WEB BUILDING |
|---|
| XML Editor - Free Trial! |
| FREE Website BUILDER |
| Free Website Templates Free CSS Templates |
| Make Your Own Website |
| W3SCHOOLS EXAMS |
|---|
|
Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP |
| W3SCHOOLS BOOKS |
|---|
|
New Books: HTML, CSS JavaScript, and Ajax |
| STATISTICS |
|---|
|
Browser Statistics Browser OS Browser Display |
| SHARE THIS PAGE |
|---|