Languages
[Edit]
EN

JavaScript - get substring before word

0 points
Created by:
Olivier-Myers
514

In this article, we would like to show you how to get substring before a word in JavaScript​​​​​​.

Quick solution:

 

Practical example

Edit

In this example, we use split() method to split the text string into array by the specified word. Then we use shift() method to get the first element (index 0) from the textArray array. 

References

Edit
  1. String.prototype.split() - JavaScript | MDN
  2. Array.prototype.shift() - JavaScript | MDN
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join