Languages
[Edit]
EN

TypeScript - find character index in string

0 points
Created by:
maciek211
425

In this article, we would like to show you how to find a character in a string in TypeScript.

Quick solution:

 

Practical examples

Edit

To find the character in a string we need to use indexOf() method.

Example 1

Edit

Output:

 Example 2

Edit

Output:

Note:

If there is more than one occurrence of the character, the infexOf() method returns the position of the first one, starting from the left.

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