4
Followers
37
Posts
For dev bloggers
Start publishing articles on your own domain with Hashnode and tag them with #string. Learn more
📢 Hashnode + Vercel
15 Jan - Feb 7 (3 Weeks)
Different countries have different conventions to display monetary values. Likewise, India follow Indian numbering convention. Example - 12345678 /…
pankajtanwar.in
Some string Methods below are some string methods that I've explained to my self as my own ref. notes. If you find it useful, sure go ahead and enjoy…
aaronr2020.hashnode.dev
First, we need to understand the basic ways to get the char at a particular index in the string. There are two ways basically. str.chatAt(index) cha…
This blog is an implementation of an exercise question taken from the book Think Julia: How to Think Like a Computer Scientist authored by Ben Lauwens…
acesaif.hashnode.dev
In this article you will see, how to create UUID in Java. Introduction UUID, a universally unique identifier is a 128-bit number used to identify info…
gaurav.hashnode.dev