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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T15:28:01+00:00 2026-05-17T15:28:01+00:00

I am trying to add to a page that someone else has written. I

  • 0

I am trying to add to a page that someone else has written. I need to take a string that is formated with either 3 or 4 alpha characters followed by a series of numbers. I need to remove these alpha characters so that only a string of numbers is left.

Example:
What I’m string with is TrailerNumber = “CIN0012345”
and I need the result to be TrailerNumberTrimed = “0012345”

This is a web application written in an ASP (to be clear not ASPX) and VB page. This code will have to run on the server because it is being used as a search value in a database.

  • 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-17T15:28:02+00:00Added an answer on May 17, 2026 at 3:28 pm

    Not tested, but should work (assuming start of string is always 3/4 alpha followed by all numbers):

    Dim TrailerNumberTrimed 
    
    If IsNumeric(Right(TrailerNumber, Len(TrailerNumber) - 4)) Then
        TrailerNumberTrimed = Right(TrailerNumber, Len(TrailerNumber) - 4)
    End If
    
    If IsNumeric(Right(TrailerNumber, Len(TrailerNumber) - 3)) Then
        TrailerNumberTrimed = Right(TrailerNumber, Len(TrailerNumber) - 4)
    End If
    
    ' At this point, you should have the correct trimmed trailer number
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to add a table in aspx page and need to have
I have a Rails engine (someone else's gem) that I am trying to modify
I'm trying to add ASPxGridView to page and bind it to ObjectDataSource programmatically. here
I'm trying to add simple login page to ASP.NET MVC app. I actually use
I'm trying to add Modernizr to this page: http://www.alternativeradio.org/pages/test . Modernizr works fine and
I am trying to add a full html page into ckeditor for some editing
I'm trying to add facebook tags to a page. They have to be different
I'm trying to add infinite scroll functionality to a page using code given in
I am trying to add an onShow event to a Mobile Page Heading as
I am trying to add some additional logic to the 'Promoted to front page'

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.