Defineway Technologies
Defineway Technologies
  • Home
  • Careers
  • Contact
  • Licence
  • Knowledge Base
Call Us Now
+91 943 331 9991

Snigdha Paul | Page 3

  • Home
  • Articles posted by Snigdha Paul
  • Page 3

Author: Snigdha Paul

Snigdha Paul December 7, 2024 No Comments

Why we use (?<!…) instead of (?!…) while matching a pattern which should not be preceded by a specific pattern?

Lets see through example. We have two strings below ,Out First is Hello World. How is it?Out First is Hi World. How is it?I want…
Snigdha Paul November 30, 2024 No Comments

How to check if an html element exists or not using jQuery?

We can check an html element’s existence through checking its length. If length is greater than 0 that means element exist and if 0 that…
Snigdha Paul November 23, 2024 No Comments

How to add comments in regex?

We can explain our regular expression within the expression using comments. Syntax:(?#Commented Code) Suppose we have a two strings below:Hello worldhello World Regex to match…
Snigdha Paul November 16, 2024 No Comments

How to match a pattern consecutively exactly ‘n’ number of time? Fix issue raised by using {1},{2},…,{n}.

Suppose we want to search the word Hello for only two times side by side in a line and we write a regex (?:Hello){2} Now…
Snigdha Paul November 9, 2024 No Comments

How ‘group’ attribute works while looping a query coldfusion script?

We use group attribute to remove adjacent duplicate values in a ‘cfloop’. Let’s see a simple sytax of group attribute. Syntax : cfloop( query =…
Snigdha Paul November 2, 2024 No Comments

What is {1},{2}… etc. in regex?

When we search a pattern one or more time we use ‘*’. But Sometime we want to search a character or a pattern for a…
Snigdha Paul October 26, 2024 No Comments

What does ‘(?<!…)’ or negative lookbehind represents in regex (Regular expression)?

(?<!…) is used to checks if any preceding character or pattern does not match the specified pattern.Syntax: (?<!preceedingPattern)patternLet’s see with example: We have some lines…
Snigdha Paul October 26, 2024 No Comments

How to search a word separately through regex?

Suppose we have some lines below from where we just want to cut out ‘hello’ regardless of its case.Lines: fetch hello onlynot hello-worldavailable hellonot the…
Snigdha Paul September 28, 2024 1 Comment

How to assign names to capture groups in regex?

The syntax to assign a name to a capture group is (?<captureGroupName>patternToMatch).Let’s see an example : // Javascript code var str = "My birth date…
Snigdha Paul September 21, 2024 No Comments

What does \1, \2 etc refers to in regular expression?

\1 refers to the first capturing group. \2 refers to the second capturing group.\2 refers to the third capturing group.. . . Let’s understand more…

Posts navigation

Older posts
Newer posts

Search

Category

  • App Development (26)
  • Database Development (11)
  • DevOps (12)
  • Software Engineering (31)
  • Uncategorized (6)
  • Web Development (187)

Tags

Adobe ColdFusion Array Azure coldfusion ColdFusion Advanced ColdFusion Best Practices ColdFusion Component CSS custom post type Dart DevOps DevOps Advanced docker-apache-php-mysql Elementor addon Elementor widget Flutter google map api HTML javascript javascript-advanced jQuery Key Vault laravel linux map Maps JavaScript API MERN Stack MongoDB MS SQL Server php php laravel Python React.js regex Regular Expression Ruby Server Administration shortcode sql TypeScript Web Development wordpress wordpress-plugin wordpress-security WordPress Best Practice

Archives

  • August 2026
  • August 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
Footer Logo

Quick Links

  • Home
  • Contact
  • Careers

Contact Us

Phone: +91 347 425 5556  | +91 943 331 9991

Email: hello@defineway.com

Skype: defineway

Knowledge Base

  • How to remove the ‘<think>…’ section from a groq model reponse? August 22, 2026
  • How to Get Video Metadata in Python Using OpenCV August 22, 2026
© 2024 Defineway Technologies Private Limited. All Rights Reserved.
Terms & Condition Privacy Policy