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

regex | Page 2

  • Home
  • Posts tagged "regex"
  • Page 2

Tag: regex

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 : ^ :…
Snigdha Paul August 31, 2024 No Comments

How to check if a pattern does not exist in a string?

I have some lines below in which I want fetch only those lines where .com does not exist: Sample Lines : https://abc.com – Test sitehttps://testProfile.in…

Posts navigation

Newer posts

Search

Category

  • App Development (25)
  • Database Development (11)
  • DevOps (11)
  • Software Engineering (29)
  • Uncategorized (6)
  • Web Development (181)

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 Generate JWT Token in PHP ? May 31, 2025
  • What is twig template inheritance and how to use it? May 31, 2025
© 2024 Defineway Technologies Private Limited. All Rights Reserved.
Terms & Condition Privacy Policy