Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4038476
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T12:28:39+00:00 2026-05-20T12:28:39+00:00

New to REgEX and in my sixties so bear with me Using ColdFusion so

  • 0

New to REgEX and in my sixties so bear with me
Using ColdFusion so presumably java version(if there is one)

Looping through some repeated text including picking up values like 4.95 and 4 from

<td align="right" >4.95</td> 

<td align="right" >4</td>

using regex

.+?>(.+?)</td>.+?>(.+?)</td>

but having problems when there is no value i.e.come across string like

<td align="right" ></td>

How would I go about returning a null or 0 in this situation

TIA

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T12:28:40+00:00Added an answer on May 20, 2026 at 12:28 pm

    Change the + to a * in the relevant places:

    ...(.*?)...
    

    A .+ matches one or more characters, whereas .* matches zero or more characters. The resulting capture will be an empty string.

    Also, I’d advise against using regular expressions to parse HTML. Look to see if there is an HTML parser available in your programming language.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

const string strRegex = @^(http|https|ftp)\://[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3} (:[a-zA-Z0-9]*)?/?([a-zA-Z0-9\-\._\?\,\'/\\\+&amp;%\$#\=~])*[^\.\,\)\(\s]$; Regex rgxUrl = new Regex(strRegex, RegexOptions.Compiled |RegexOptions.IgnoreCase); If
I have a regex in c# that i'm using to match image tags and
I am trying to filter out some text based on regex like phone* means
I have a regex issue that I need help with. Its trying to validate
How can I use lookbehind in a C# Regex in order to skip matches
Part of a series of educational regex articles, this is a gentle introduction to
How do I use the inline modifiers instead of RegexOptions.Option ? For example: Regex
i must convert a string (user generated) to a regex rule. My problem is
I've been trying to use grubers latest url matching regex in a php project.
This is my second attempt to get this answer since I messed it up

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.