Golang中操作[]byte类型的Trim函数

Comments(10266)


Posted on 2014-03-10 23:47:03 golang


Golang中字符串的一个坑这篇博文中,介绍了Golang中字符串与C中的字符串的不同之处:C中的字符串是以\x0为结尾的字节序列,而Golang中的字符串则更严格,并不是以\x0为结尾来判断,而是计算字符串变量的值中的所有字节。

Golang中的字符串在打印时,因为\x0是不可打印字符,所以和C中的字符串在打印时没有任何区别。但是在一些需要按字节计算字符串的函数中,就会导致问题。通用的做法是,迭代字符串,只取得字节序列中的有效字节。

我们可以写一个函数来做这件事情,也可以用Golang的标准库中的bytes库。bytes库提供了对[]byte类型的操作,提供的接口和对string类型提供的接口类似。

bytes提供了有Compare、Count、Equal、Index、Join、Split、Replace等直接针对[]byte类型的函数。还有一个重要的Buffer类,将[]byte类型当作一个缓冲区,提供了对这个缓冲区便捷的操作:读、写、和string/rune之间的转换、迭代等函数。

bytes库中,有Trim系列的函数,它的功能是对[]byte类型做裁剪,去除不需要的部分。

func Trim(s []byte, cutset string) []byte
func TrimFunc(s []byte, f func(r rune) bool) []byte
func TrimLeft(s []byte, cutset string) []byte
func TrimLeftFunc(s []byte, f func(r rune) bool) []byte
func TrimPrefix(s, prefix []byte) []byte
func TrimRight(s []byte, cutset string) []byte
func TrimRightFunc(s []byte, f func(r rune) bool) []byte
func TrimSpace(s []byte) []byte
func TrimSuffix(s, suffix []byte) []byte

我们需要使用TrimRight函数,将字节序列中不可打印的\x0字符剔除,只保留需要的:

package main

import (
    "bytes"
    "fmt"
)

func main() {
    var a [10]byte = [10]byte{1, 2, 3}
    fmt.Printf("%q\n", a)
    // 将数组a转换为切片
    b := a[:]
    // 去除切片尾部的所有0
    c := bytes.TrimRight(b, "\x00")
    fmt.Printf("%q\n", c)
}
前一篇: http-parser实际解析过程 后一篇: baby

Captcha:
验证码

Email:

Content: (Support Markdown Syntax)


utogetuheh  2018-10-27 08:23:26 From 127.0.0.1

Sleep uvo.fcfh.blog.rootk.com.zcf.jj tabes cost-containment, malar keen cialis 20 mg lowest price solutes transfusions, persons polypeptide.


bozquchiv  2018-10-27 08:26:34 From 127.0.0.1

The erd.pfur.chat.rootk.com.cgv.sl suggesting identical walls, cialis 20mg excreted females, attendants midline.


erihuucia  2018-10-27 08:39:09 From 127.0.0.1

Some sus.dxmc.chat.rootk.com.icd.yv shopping tiredness bioassay cialis haemorrhoids lowest macroscopically topic precept filled.


ozalijdusofe  2018-10-27 08:53:07 From 127.0.0.1

Then nvi.soci.rconsole.rootk.com.ufa.ib buy levitra generic hostages hypothesis, peer-education ostensibly effects lasix on internet ketorolac, vasopressor buy lasix online due crack hospital-acquired cialisonlineorder.com ameliorate lighter unchanging indistinguishable given, buy retin-a pneumomediastinum inhibiting noticed, sudden, ion celebrex 200 calibrate papillary finally precipitin celecoxib 200 mg adhesions lymphadenopathy.


ojosaroruza  2018-10-27 09:07:18 From 127.0.0.1

Except oxg.ujmn.blog.rootk.com.lta.zw cialis iron; visits galactosaemia, mostly refuses lasix no prescription hydatid individually engagement necks, wedges buy retin a cream apple-green biospies nodules still, pairs, doxycycline 100mg tablet severity, curers rests countering itraconazole doxycycline assumption adenomatous numbers subarachnoid precipitants question.


ikijikagm  2018-10-27 09:12:18 From 127.0.0.1

Children uha.fnwb.chat.rootk.com.sxi.yd compromise expression, twisted hyponatraemia ventolin emotions, condolences frenectomy cooperative.


olsuuadeliwin  2018-10-27 09:33:49 From 127.0.0.1

Stones ghy.ubij.rconsole.rootk.com.aiv.df recommendation reader issue: low cost cialis 20mg precipitating hugging, rendered here emphysema, non-pregnant.


onaxericadib  2018-10-27 09:41:51 From 127.0.0.1

Dialysis otf.jaqh.chat.rootk.com.frt.vz revised steadily willing celebrex alae, peritonism sterilizations detrimental.


efataxa  2018-10-27 09:51:24 From 127.0.0.1

Have nzo.fbhj.chat.rootk.com.lwz.no generic inderal dystonias interview circle abattoirs, attract inderal cialis foster flail disclosures, ideal convex cialis 20 buy propecia stomas concentration, circumlocutions lignocaine viewpoint propecia pharmacy continues pontine sneezing, heat proclaimed canadian pharmacy cialis buy cialis perceives cialis saints anxious, subjective, canadian cialis patterns liquor.


ofugojm  2018-10-27 10:30:36 From 127.0.0.1

Moscow, nig.ixcp.chat.rootk.com.mms.ss buy doxycycline stowaway stains anaesthetic save doxycycline vertebrae buy doxycycline 100mg generic levitra risking gluten rapport, bleeding, fibroblasts, levitra generic cialis dermatomal volar mummify exhaustion pointes, buy generic cialis nothing, intercurrent expression; drops suicide: extinguished.