This tutorial provides JavaScript code that automatically detect url on the page and make link. The regex helps to detect valid URLs in a page or string.
Read MoreCategory: JavaScript

How To Add multiple rows using Sequelize bulkCreate() method
This tutorial help to insert multiple rows to your SQL database table using bulkCreate()
method. you may often come across scenarios where you need to insert multiple rows into a database table.

List(Array) Comprehension in JavaScript
In this article, we’ll explore the list of comprehension methods in JavaScript to achieve. This technique allows you to create a new list based on an existing list. The array comprehension is not a native feature in JavaScript as in other programming languages like Python.
Read More
Convert PDF File To Excel Using JavaScript
This tutorial help to convert PDF to excel file and store the data in an Excel data table using JavaScript.
The pdf-to-excel npm package help to convert pdf to editable excel file. My requirement is to generate both PDF and Excel at client side(browser) without doing it at server side.
Read More
Popular JavaScript and jQuery PDF Viewer Plugins
PDF is an extremely common file format for reading and viewing documents on the internet. This post aims to provide you with a comprehensive list of the best JavaScript and jQuery PDF viewer plugins available.
Read More