Skip to content

Tag Archives: regular-expression

Given some Indian Currency Data, the task is to check if they are valid or not using regular expressions. Rules for valid Indian Currency Data… Read More
Given a String test_str as localhost API Request Address, the task is to get the extract port number of the service. Examples: Input: test_str =… Read More
Given a string str, the task is to extract Repository Name from the given  GIT URL. Examples: GIT URL can be any of the formats… Read More
Given a string str in the form of a GST Number, the task is to extract the PAN Number from the given string. General Format… Read More
Given a string str, the task is to extract all the Email ID’s from the given string. Example: Input: “Please send your resumes to Hr@Iwillgetbacktoyou@gmail.com… Read More
Given some Account Office Reference Number, the task is to check if they are valid or not using regular expressions. Rules for the valid  Account… Read More
Given some Loan Account Number(LAN), the task is to check if they are valid or not using regular expressions. Rules for the valid Loan Account… Read More
Given a string Str, the task is to extract all the present dates from the string. Dates can be in the format i.e., mentioned below:… Read More
Given some International Tracking of Imports, the task is to check if they are valid or not using regular expressions. Rules for the valid  International… Read More
Given some Google Analytics Tracking IDs, the task is to check if they are valid or not using regular expressions. Rules for the valid Tracking… Read More
Given some PF(Provident Fund) Account Number, the task is to check if they are valid or not using regular expressions. Rules for the valid PF… Read More
Given some ISBN Codes, the task is to check if they are valid or not using regular expressions. Rules for the valid codes are: It… Read More
Given some International Tracking Of Exports data, the task is to check if they are valid or not using regular expressions. Rules for the valid… Read More
BITCOIN is a digital currency. During the digital currency transaction, a BTC address is required to verify the legality of a bitcoin wallet a Bitcoin… Read More