Results 1 to 3 of 3

Thread: Remove [5323] -> 5323

  1. #1

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Remove [5323] -> 5323

    How do i remove the brackets from a string that looks like this:

    [anything inside here]

    ??

    I would like to do it in one line of code

  2. #2
    Addicted Member DramaQueen's Avatar
    Join Date
    Mar 2010
    Posts
    187

    Re: Remove [5323] -> 5323

    vb Code:
    1. String.Replace("[", "").Replace("]", "")
    ?

  3. #3

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Re: Remove [5323] -> 5323

    thx it worked

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width