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

  • SEARCH
  • Home
  • 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 7650501
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:16:04+00:00 2026-05-31T11:16:04+00:00

new line integer | string | integer || Note the double vertical bar at

  • 0
new line integer | string | integer ||

Note the double vertical bar at end, a single vertical-bar is being used a delimiter.

For example the bold below would be found :

11|Any String and numbers|939|ANY STRING|anything including delimter |

138151|Any String and numbers|90139||anything including delimter |

13811|Any String and numbers9|885|Morestring|anything including delimter |

I looking for the row the where the field between 3rd and 4th delimter is empty.

  • 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-31T11:16:05+00:00Added an answer on May 31, 2026 at 11:16 am

    I think you want this:

    ^\d+\|[^|]+\|\d+\|\|
    

    Breaking this down:

    • ^ means “start of line”
    • \d+ means “at least one digit”
    • \| means “a literal vertical bar character” (need to escape it because on its own it means “logical or”)
    • [^|]+ means “at least one non-vertical bar character”. Note that you don’t need to escape characters within a character class [...] (except of course the closing bracket ]).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a single shortcut to start inserting in the new line at end
I need help to replace all \n (new line) caracters for in a String,
How would you normalize all new-line sequences in a string to one type? I'm
I have a long string, want to break that string in new line after
I have a text file where each odd line holds an integer number (String
How to prevent the new line character at the beginning of the text entering
I just read this post about why new-line warnings exist, but to be honest
I'm trying to find the new line and returns that are inside an nsdata
I need to create a new line of data within an array where the
How do you append a new line(\n\r) character in StringBuilder ?

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.