Python论坛  - 讨论区

标题:[python-chinese] 压缩空白字符

2005年04月03日 星期日 23:44

Gerald Lee leejd80 at gmail.com
Sun Apr 3 23:44:50 HKT 2005

我记得哪个电子书上面介绍过的,string里面已经带了压缩空白字符的函数了,不过好像找不到啊?
哪位兄弟知道的知会一下,用来压缩字符串内部的多个连续空白(不是空格)

-- 
My Blog >> http://leejd.cndev.org
My QQ >> 9847243
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050403/91f47f32/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月04日 星期一 09:13

limodou limodou at gmail.com
Mon Apr 4 09:13:21 HKT 2005

from string import maketrans
a.translate(maketrans("", ""), " \t\r\n")

因为你说的是字符串内部。如果是两头可以使用strip(), lstrip(), rstrip()

On Apr 3, 2005 11:44 PM, Gerald Lee <leejd80 at gmail.com> wrote:
> 我记得哪个电子书上面介绍过的,string里面已经带了压缩空白字符的函数了,不过好像找不到啊?
>  哪位兄弟知道的知会一下,用来压缩字符串内部的多个连续空白(不是空格)
> 
> -- 
> My Blog >> http://leejd.cndev.org
> My QQ >> 9847243
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
My Sina Blog: http://blog.sina.com.cn/blog/1148608914
New Google Maillist: http://groups-beta.google.com/group/python-cn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号