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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T05:23:34+00:00 2026-06-02T05:23:34+00:00

I have a file with chinese content that I need to parse. Each post

  • 0

I have a file with chinese content that I need to parse. Each post has some weird delimitter between fields and I am trying to isolate the fields but cannot recognize the delimitter.

Dim stringSplitter() as string = {" "}
Try
  sampleResults = entry.Split(stringSplitter,StringSplitOptions.RemoveEmptyEntries)

.....

A sample of the post content;

108087006686338t.qq.com/GAOCHUANG8899homeGAOCHUANG8899homehttp://t.qq.com/p/t/1080870066863382012-03-22 04:49:46

The separator starts after the first set of digits 108087006686338 DELIMITTER t.qq.com/GAOCHUANG8899home . I initially thought I could split it using json but this is definitely not json format.

Sorry when I post the original the delimitters disappear when making this post. The delimitter looks like a rectangular block

EDIT:

Ok using the hex editor I identified the character hex value as 01 and it looks like a period but the period has a value of 2E. Does this mean anything to anyone?

EDIT:

Reproducing the question: can I split a string based on a hex value. If the value is “01” then how would I split the string based on that value.

EDIT:

final answer:`

Dim hvalue as Char = Char(1)
Dim stringSplitter() as string = {hvalue}
  • 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-02T05:23:35+00:00Added an answer on June 2, 2026 at 5:23 am

    Let’s say you have input $input and delimitter with ascii code of 01.

    Perl:

    my $input = ...
    my @output = split(chr(01), $input);
    print "$_\t" for @output; # print all items
    

    The code above will split your $input into @output array, so then you can access items via

    $output[0] # first item
    $output[1] # second item
    ...
    $#output + 1 # number of items
    

    Visual-Studio-2010:

    Dim hvalue as Char = Char(1)
    Dim stringSplitter() as string = {hvalue}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a file with Chinese text that I want to use in my
I have a .csv file with chinese characters. I need to read in these
I have input data coming from a flat file which has english, japanese, chinese
I'm using VS 2008 and need to read text files that have UTF-8 Chinese
I have a php script that prompts the user to download a file: header(Content-Disposition:
I have UTF-8 encoded XML file, which has Chinese characters. Questions are: Should I
My test file has "n" number of lines and between each line there is
I have a file handle to a serial (COM) port. I need to read
I have a file with Korean and chinese characters. I want to find pairs
i have a txt file which contains many chinese characters, and the txt file

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.