Sakshi Koshta has Published 25 Articles

How to validate IFSC Code using Regular Expression?

Sakshi Koshta

Sakshi Koshta

Updated on 01-Aug-2023 19:48:16

1K+ Views

Indian Financial System Code is the abbreviation. Indian bank branches that take part in the electronic fund transfer system are identified by a special 11-character code. The Reserve Bank of India uses this code to transfer money between banks during internet transactions. There are two sections to the IFSC code. ... Read More

Print all the non-repeating words from the two given sentences

Sakshi Koshta

Sakshi Koshta

Updated on 01-Aug-2023 19:45:56

163 Views

In this tutorial, we will identify and print all non-repeating words from two given sentences. Non-repeating words refer to words that appear only once in both sentences, means they do not repeat in other sentence. The task involves analysis of the input sentences, identification of the individual words, and comparing ... Read More

Permutation of a string with maximum number of characters greater than its adjacent characters

Sakshi Koshta

Sakshi Koshta

Updated on 01-Aug-2023 19:43:18

156 Views

It is crucial to manipulate strings in various problem-solving scenarios. Discovering a permutation of the given string that optimizes the count of characters larger than their contiguous counterparts presents an enjoyable puzzle, requiring rearranging the string's characters to generate as many pairs as possible of adjacent characters where the left ... Read More

Check if frequency of each character is equal to its position in English Alphabet

Sakshi Koshta

Sakshi Koshta

Updated on 31-Jul-2023 17:23:48

140 Views

An integral consideration when examining character frequencies and their place within the English alphabet is determining whether each character's frequency within a string aligns with its corresponding location within the alphabet. Each letter of this 26-letter system holds an assigned position ranging from one through twenty-six. Consequently, we must explore ... Read More

How to validate CVV number using Regular Expression?

Sakshi Koshta

Sakshi Koshta

Updated on 31-Jul-2023 16:31:14

391 Views

A three- or four-digit number is called the Card Verification Value, or CVV, that is found on the back of most of the credit cards and debit cards as well as on the front of American Express cards. It is also known as CVV2 and CSC (Card Security Code). The ... Read More

Check if left and right shift of any string results into given string

Sakshi Koshta

Sakshi Koshta

Updated on 31-Jul-2023 16:12:50

169 Views

A collection of characters is represented by a string data type. It is arranged logically using letters, numbers, symbols, and empty spaces. The majority of computer languages enclose strings in single or double quotation marks to distinguish them from other data types. Programmers frequently employ strings to carry out some ... Read More

Length of the smallest substring which contains all vowels

Sakshi Koshta

Sakshi Koshta

Updated on 31-Jul-2023 16:11:01

105 Views

One common issue encountered during string manipulation assignments involves identifying the shortest substring containing every vowel atleast once. This task finds its application amongst varied domains such as data analytics, bioinformatics and natural language processing among others.The goal here is finding out which minimum contiguous section within an existing string ... Read More

How to validate MasterCard number using Regular Expression?

Sakshi Koshta

Sakshi Koshta

Updated on 31-Jul-2023 16:03:46

235 Views

Mastercard is a multinational financial services company that has provided payment processing services to clients globally since its establishment in 1966. Its headquarters remain based in New York, USA. It marked as one of the biggest payment systems in the world, with rivals Visa and American Express. They stand out ... Read More

Binary string with given frequencies of sums of consecutive pairs of characters

Sakshi Koshta

Sakshi Koshta

Updated on 31-Jul-2023 16:00:04

89 Views

A binary string is a series of 0s and 1s in computer science and mathematics. The sum of two adjacent characters is indicated by sums of subsequent pairs of characters. For example to understand the below topic, the total number or digits of the succeeding pairs in the string "11010" ... Read More

How to validate Visa Card number using Regular Expression?

Sakshi Koshta

Sakshi Koshta

Updated on 31-Jul-2023 15:57:12

783 Views

Visa credit or debit cards are assigned a 16-digit unique identifier known as a Visa card number. The number—which is ordinarily stamped on the front of the card—is used to find the cardholder's account while making purchases or carrying out transactions. The first six digits of a Visa card number ... Read More

Advertisements