
Description: The String.prototype.match() method retrieves the result ofmatching a string against a regular expression. Syntax: str.match(regexp) We’ll use the below common string for all our […] Read More
Th[os]e days [and nights] of hacking. (hd!)
Description: The String.prototype.match() method retrieves the result ofmatching a string against a regular expression. Syntax: str.match(regexp) We’ll use the below common string for all our […] Read More
While programming you may come across many instances where you would like to check if a substring exists in a bigger string. These kind of […] Read More
How to open different terminal profiles in different tabs This has been tested on Ubuntu 18.04 (bionic beaver). So let’s start: Open the terminal app […] Read More