Skip to content
Singhak
  • Home
  • Tech
    • Javascript
    • Python
    • QnA
    • TipsnTricks
    • Automation
  • Blog
  • Submit Guest Post
  • About me
    • Contact Us
    • Privacy Policy
  • Toggle website search
Menu Close
  • Home
  • Tech
    • Javascript
    • Python
    • QnA
    • TipsnTricks
    • Automation
  • Blog
  • Submit Guest Post
  • About me
    • Contact Us
    • Privacy Policy
  • Toggle website search

String

  1. Home>
  2. String
Read more about the article Check string is date or not in JavaScript
Javascript / Tech

Check string is date or not in JavaScript

To check a string value is a date, there are many ways to do that. But problem occur when string is a number, since a number can be converted into…

0 Comments
9th January 2023
Read more about the article Replace all special character from string in JavaScript
Javascript / Tech / TipsnTricks

Replace all special character from string in JavaScript

In many places in programming, we want to replace special character with _ or anything else. There are many ways to replace but I am going to use replace function…

0 Comments
5th September 2022
Read more about the article Different way to reverse string in JavaScript
Javascript / Tech

Different way to reverse string in JavaScript

There are various way to reverse the string in javascript. Let try few ways to achieve same. 1. Using inbuilt methods let str = 'singhak'; let strArray = str.split(''); let…

0 Comments
27th June 2022
Read more about the article substring using slice in JavaScript | last character of string in JavaScript | substring vs slice
Javascript / Tech / TipsnTricks

substring using slice in JavaScript | last character of string in JavaScript | substring vs slice

The JavaScript has substring() method returns the part of the string between the start and end indexes, or to the end of the string. But slice() also another way to get substring from…

0 Comments
10th January 2022
Read more about the article String formatting in python | String interpolation in python
Photo by 42 North on Pexels.com
Python / Tech

String formatting in python | String interpolation in python

String formatting or Interpolation is an essential part of any programming language. In python string formatting can be done in different ways. It helps a programmer to create dynamic strings…

0 Comments
17th April 2021

Buy Me a Coffee

Follow Us

Join Telegram Channel

Categories

Archives

Subscribe

Recent Posts

  • 🚀 Understanding call(), bind(), and apply() Like a 5th Grader!
  • dirname and filename in nodejs es6 module
  • An import declaration can only be used at the top level of a module
  • 🚀 export vs export default in JavaScript Modules
  • 🚀 Understanding Prototype in JavaScript

Menu

  • Home
  • Submit Post
  • Privacy Policy
  • About me
  • Guest Post Submission
  • Contact Us
Support Me

Buy Me a Coffee

Copyright 2021 - Singhak
pixel