doudang2817 2015-02-24 09:29
浏览 16
已采纳

如何使用正则表达式替换NetBeans中的文本?

How can I replace text in NetBeans using regular expressions?

For instance,

I want to replace these texts below,

$item->article_id
$item->title
$item->content
...

with

$item['article_id']
$item['title']
$item['content']
...

I tried with this below in the input field of 'Containing Text:'

$item->(.*)

But no match found.

Any ideas?

  • 写回答

3条回答 默认 最新

  • dsk95913 2015-02-24 09:50
    关注

    If you write special characters, like $ sign in the Find what input, you must escape it with \ (backslash). But you don't need replace the $ sign with another $ sign.

    In Find what:

    item->(.*)
    

    In Replace with:

    item['$1'];
    

    Then press replace all. That's all.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥20 有没有会写mysql的,有偿做个问题
  • ¥20 win11账户锁定时间设为0无法登录
  • ¥45 C#学生成绩管理系统
  • ¥15 VB.NET2022如何生成发布成exe文件
  • ¥30 matlab appdesigner私有函数嵌套整合
  • ¥15 给我一个openharmony跑通webrtc实现视频会议的简单demo项目,sdk为12
  • ¥15 vb6.0使用jmail接收smtp邮件并另存附件到D盘
  • ¥30 vb net 使用 sendMessage 如何输入鼠标坐标
  • ¥15 关于freesurfer使用freeview可视化的问题
  • ¥100 谁能在荣耀自带系统MagicOS版本下,隐藏手机桌面图标?