Skip to content

Programming Articles

  • HOME
  • Python
  • JavaScript
  • C/C++
  • Java
  • Terms & Conditions and Privacy Policy
  • About US
Main Menu

Regex

HTML / Regex

RegEx to match open tags except XHTML self-contained tags

While arbitrary HTML with only a regex is impossible, it’s sometimes appropriate to use them for parsing a limited, known set of HTML. If you have a small set of HTML pages that you …

RegEx to match open tags except XHTML self-contained tags Learn More
Regex

What is a non-capturing group in regular expressions? [Answered]

Query: How are non-capturing groups, i.e. (?:), used in regular expressions and what are they good for? What is a non-capturing group in regular expressions? Answer #1: Let me try to …

What is a non-capturing group in regular expressions? [Answered] Learn More
Formatted Codes / Regex

Regular expression to match a line that doesn’t contain a word [Answered]

Query explained: I know it’s possible to match a word and then reverse the matches using other tools (e.g. grep -v). However, is it possible to match lines that do not …

Regular expression to match a line that doesn’t contain a word [Answered] Learn More
Programming / Regex

How to validate phone numbers using regex? [Answered]

Sample query explanation: I’m trying to put together a comprehensive regex to validate phone numbers. Ideally it would handle international formats, but it must handle US formats, including the following: …

How to validate phone numbers using regex? [Answered] Learn More

Featured Posts

From UNIX to Linux – History of Linux

21st November 202010th September 2022

Best themes for Ubuntu: Make Ubuntu Beautiful

20th October 202010th September 2022

Strings in Python

12th September 202010th September 2022

Is Python hard to learn? Top best learning resources

18th April 202010th September 2022

Recent posts

  • How to pad a string with zeroes to the left?
  • What is the difference between process and thread?
  • How to generate a random alpha-numeric string in Java?
  • How to auto-resize an image to fit a ‘div’ container?
  • How to get a Docker container’s IP address from the host?
  • How to display a JavaScript object?
Copyright © 2023 Programming Articles.
Powered by WordPress and HitMag.