Python论坛  - 讨论区

标题:[python-chinese] 问一个字符串处理问题

2004年08月19日 星期四 15:16

Xie Yanbo idkey at 163.com
Thu Aug 19 15:16:46 HKT 2004

On 2004-08-19 15:02:1092898939 +0800, Zoom.Quiet wrote:
> Hollo guochen:
> 
>   >>> a="\"fgsdfgsfdgsdf"
> >>> a
> '"fgsdfgsfdgsdf'
> >>> import re
> >>> re.sub(r'^\"',' ',a)
> ' fgsdfgsfdgsdf'
> 
> 
> 
> FT 是Python 嘛?好象没有replace 函式的吧??

嗯,搞这么复杂呀,string 类型不就有 replace 吗?

  >>> s='"comment'
  >>> s
  '"comment'
  >>> s.replace('"', '')
  'comment'
  >>>



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

2004年08月19日 星期四 15:17

limodou chatme at 263.net
Thu Aug 19 15:17:01 HKT 2004

Zoom.Quiet,您好!

	替换完了你赋值回去了没有。

======= 2004-08-19 15:02:19 您在来信中写道:=======

>Hollo guochen:
>
>  >>> a="\"fgsdfgsfdgsdf"
>>>> a
>'"fgsdfgsfdgsdf'
>>>> import re
>>>> re.sub(r'^\"',' ',a)
>' fgsdfgsfdgsdf'
>
>
>
>FT 是Python 嘛?好象没有replace 函式的吧??
>
>
>/******** [2004-08-19]15:00:10 ; guochen wrote:
>
>guochen> 我处理一个文件,读到里面的某个字符串,是"开头的,但是用replace('"','')却删不掉这个引号,怎么处理?
>guochen> 请教
>
>
>guochen> _______________________________________________
>guochen> python-chinese list
>guochen> python-chinese at lists.python.cn
>guochen> http://python.cn/mailman/listinfo/python-chinese
>
>
>********************************************/
>
>-- 
>Free as in Freedom
>
> Zoom.Quiet                           
>
>#=========================================#
>]Time is unimportant, only life important![
>#=========================================#
>
>sender is the Bat!2.12.00
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>

= = = = = = = = = = = = = = = = = = = =
			

        致
礼!
 
				 
        limodou
        chatme at 263.net
          2004-08-19


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

2004年08月19日 星期四 15:19

guochen guochen at 1218.com.cn
Thu Aug 19 15:19:18 HKT 2004

limodou,您好!

	K,您问的问题太……了吧,偶也不是第一天coding了
怀疑是因为我要处理的引号都是和斜线写在一起,被按照转义处理了

======= 2004-08-19 15:17:00 您在来信中写道:=======

>Zoom.Quiet,您好!
>
>	替换完了你赋值回去了没有。
>
>======= 2004-08-19 15:02:19 您在来信中写道:=======
>
>>Hollo guochen:
>>
>>  >>> a="\"fgsdfgsfdgsdf"
>>>>> a
>>'"fgsdfgsfdgsdf'
>>>>> import re
>>>>> re.sub(r'^\"',' ',a)
>>' fgsdfgsfdgsdf'
>>
>>
>>
>>FT 是Python 嘛?好象没有replace 函式的吧??
>>
>>
>>/******** [2004-08-19]15:00:10 ; guochen wrote:
>>
>>guochen> 我处理一个文件,读到里面的某个字符串,是"开头的,但是用replace('"','')却删不掉这个引号,怎么处理?
>>guochen> 请教
>>
>>
>>guochen> _______________________________________________
>>guochen> python-chinese list
>>guochen> python-chinese at lists.python.cn
>>guochen> http://python.cn/mailman/listinfo/python-chinese
>>
>>
>>********************************************/
>>
>>-- 
>>Free as in Freedom
>>
>> Zoom.Quiet                           
>>
>>#=========================================#
>>]Time is unimportant, only life important![
>>#=========================================#
>>
>>sender is the Bat!2.12.00
>>
>>_______________________________________________
>>python-chinese list
>>python-chinese at lists.python.cn
>>http://python.cn/mailman/listinfo/python-chinese
>>
>
>= = = = = = = = = = = = = = = = = = = =
>			
>
>        致
>礼!
> 
>				 
>        limodou
>        chatme at 263.net
>          2004-08-19
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese

= = = = = = = = = = = = = = = = = = = =
			

        致
礼!
 
				 
        guochen
        guochen at 1218.com.cn
          2004-08-19





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

2004年08月19日 星期四 15:22

limodou chatme at 263.net
Thu Aug 19 15:22:12 HKT 2004

, 您好!

	

************下面是转发邮件************
原邮件发件人名字: limodou
原邮件发件人地址:chatme at 263.net

>python-chinese-request,您好!
>
>    软件下载:http://newedit.tigris.org/files/documents/1680/15773/newedit_2.5r1.zip
>    插件下载:http://newedit.tigris.org/servlets/ProjectDocumentList?folderID=3069
>    Script下载:http://newedit.tigris.org/servlets/ProjectDocumentList?folderID=3068
>
>
>新增:
>
>增加上下文缩近 
>增加简单项目管理功能 
>增加是否显示光标所在行功能 
>增加一个启动或禁止psyco模块的使用的命令行选项 -s,缺省为不启用 
>增加改变文档的编码功能,保存文件时可按此编码进行保存 
>增加Ftp功能,可以远程打开、编辑文件,并保存。还提供了建目录、新文件、删除、改名、上传、下传等常见Ftp功能 
>增加自动封闭功能,如输入某些对称符号时,如(),[],{}时,输入左边符号时,自动会补齐右边符号 
>
>修改:
>
>修正Floder失效的问题 
>修改当光标所在位置前为空白时,保持原空白不变 
>修改文件名中有汉字的情况。将文件名自动转为unicode处理,并在DDE传送时转为utf-8 
>语法高亮设置可以修改:光标颜色、光标所在行背景色、选择文本颜色 
>修正保存文件后,当找不到文件名对应的语法解释器时,会使用缺省样式改变当前指定的样式 
>翻译文件编码转成utf-8 
>将参数页由panel改为scrolledwindow 
>重新设计了插件导入结构,根据导入算法重新修改了读取plugin和写入plugin的方法 
>打开文档的语法高亮参数窗口时,自动根据当前文档的语法类型选中初始语法种类 
>升级说明:
>
>因为此次修改了程序结构,因此造成原配置文件处理在新版本下会发生错误。因此,在安装完2.5版软件后,可以执行tools 目录下的convert_opt2.5.py来进行配置文件的转换。此程序只对2.5版以前的配置文件生效。还有最简单的方法就是删除配置文件即可。同时,本软件所提供的插件(从http://newedit.tigris.org上下载的)可能也存在问题,如果使用请重新下载。
>
>
>	
>
>======= 2004-05-19 21:35:13 您在来信中写道:=======
>
>>欢迎您加入 python-chinese at lists.python.cn 电子邮件列表的讨论行列!
>>
>>
>>
>>欲在本列表发言 , 请 email 到 :
>>
>>  python-chinese at lists.python.cn
>>
>>关于本列表的简介在 :
>>
>>  http://python.cn/mailman/listinfo/python-chinese
>>
>>若您想取消订阅或者变更相关设定 , 请到 :
>>
>>  http://python.cn/mailman/options/python-chinese/chatme%40263.net
>>
>>
>>您也可以通过 email 变更设定值 , 请 email 到:
>>
>>  python-chinese-request at lists.python.cn
>>
>>标题或内文请只输入 'help' 这个单词(不需引号) , 您就可以取得帮助文件
>>.(译注:不建议此方案)
>>
>>假使您要变更设定值 (包括变更密码 ) 或取消订阅 , 都需要密码 .
>>您的密码是 : 
>>
>>  oxezxu
>>
>>假使您忘记密码也不用担心 , 每月您都会收到您在lists.python.cn
>>所有订阅列表的密码 , 及如何取消订阅或变更设定的方法 . 在您的设定网页中
>>, 也有一个按钮可以将您的密码寄给您 .
>>
>>在前面列表简介的网页中 , 您可要求列表将您自己的密码寄给您 .
>>
>
>= = = = = = = = = = = = = = = = = = = =
>			
>
>        致
>礼!
> 
>				 
>        limodou
>        chatme at 263.net
>          2004-08-19
>

= = = = = = = = = = = = = = = = = = = = 
  
        致
礼!

  
        limodou
        chatme at 263.net
          2004-08-19 

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号