Skip to content

#11 πŸ›‘ Five Important String operations for beginners

Adarsh Tripathi edited this page Jul 28, 2021 · 2 revisions

*****************************Tutorial Start πŸ”₯ ********************************

Five Important String operations for beginners

1. How to check equality of two string

<!--1.CODE SNIPPET HERE, check the repository -->


2. Comparing two string

<!--2.CODE SNIPPET HERE, check the repository -->


3. Replace certain word with another

Click here to learn more about ascii value https://theasciicode.com.ar/ascii-printable-characters/lowercase-letter-m-minuscule-ascii-code-109.html


4. accessing characters -string[0]

<!--2.CODE SNIPPET HERE, check the repository -->


5. converting string to array using split function

<!--2.CODE SNIPPET HERE, check the repository -->

Clone this wiki locally