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 8839957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:21:19+00:00 2026-06-14T10:21:19+00:00

the data in the sql column like that BLT Salad $4.50 Ham N Cheese

  • 0

the data in the sql column like that

BLT Salad $4.50 Ham N Cheese Panini w/Chips or Soup  $3.99 Chicken Noodle Soup

I want to add <br /> after the price. (the price might change but $ will always be there) to be like that

BLT Salad $4.50
Ham N Cheese Panini w/Chips or Soup  $3.99
Chicken Noodle Soup

is there is anyway to add new line after two char after the (.) or 4 char after the ($) in the price?
Thanks

  • 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-06-14T10:21:20+00:00Added an answer on June 14, 2026 at 10:21 am

    Using regex, and assuming the numbers are always a $ followed by some digits, followed by a . followed by 2 digits:

    Regex.Repalce(myString, "(\$\d+\.\d\d)", "$1<br />")
    

    Breakdown of the regular expression:

    (      - Start capturing group
    \$     - Match `$` sign
    \d+    - Followed by one or more digit (replace with [0-9] if needed)
    \.     - Followed by a .
    \d\d   - Followed by two digits
    )      - End capturing group
    

    Breakdown of the replacement:

    $1     - Use the value of the first captured group
    <br /> - Followed by <br />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a datetime column in SQL Server that gives me data like this
I need to format data in a sql column that is currently entered like
I understand that when adding a column to a table containing data in SQL
I have data in a SQL Server 2008 table that looks like this: I
I have created a form that update the data in a sql column, so
I have a data in My-Sql column like this T_interest 1,14,49,145,203,302 It represents each
I have some data in an SQL table with an XML datatype column where
I need a SQL query to make all data in a column UPPER CASE?
How can i export table data with column name in text file in sql
I am pulling through some data in SQL Server and I would like to

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.