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 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…
Snigdha Paul September 14, 2024 No Comments

What does ‘?=’ refers to in regular expression (regex)?

In regular expression (?=…) is a positive lookahead. It checks if the pattern is matched at the current position, but does not include it in…
Snigdha Paul September 7, 2024 No Comments

What is capturing group (…) and non-capturing group (?:…) in regex?

Capturing and non-capturing groups are used to group a pattern. In simple words we can treat a set of characters( Eg. [a-zA-Z0-9] and also other…
Snigdha Paul August 31, 2024 No Comments

How to search empty string, spaces, new lines etc through one line regular expression?

We can use a \s to search empty string, spaces, new lines etc.Regular expression will be : ^\s*$ Explanation of the regex : ^ :…

Posts navigation

Older posts
Newer posts

Search

Category

  • App Development (24)
  • Database Development (11)
  • DevOps (11)
  • Software Engineering (27)
  • Uncategorized (6)
  • Web Development (174)

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 map Maps JavaScript API MERN Stack MongoDB mssql MS SQL Server php php laravel React.js regex Regular Expression Ruby Server Administration shortcode sql TypeScript Web Development wordpress wordpress-plugin wordpress-security WordPress Best Practice WordPress Hooks

Archives

  • 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 encrypt a text using SHA256 in dart or flutter? May 10, 2025
  • How To The Write `directoryList( )` Function In ColdFusion? May 10, 2025
© 2024 Defineway Technologies Private Limited. All Rights Reserved.
Terms & Condition Privacy Policy