我正在嘗試從 vscode 中找到許多腳本
我有這段代碼,但需要改進。
^@ApplicationTenantLinkId *BIGINT *= *1$
為了
@ApplicationTenantLinkId BIGINT = 1
@ApplicationTenantLinkId BIGINT = 1
@ApplicationTenantLinkId BIGINT = 1
@ApplicationTenantLinkId BIGINT =1
@ApplicationTenantLinkId BIGINT = 1
@ApplicationTenantLinkId BIGINT = 1
@ApplicationTenantLinkId BIGINT = 1


我需要匹配所有情況
uj5u.com熱心網友回復:
嘗試將空格替換" *"為\s*:
^@ApplicationTenantLinkId\s*BIGINT\s*=\s*1\s*$
正則運算式演示。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/528393.html
標籤:正则表达式视觉工作室代码
上一篇:Typescript型別錯誤沒有通過型別縮小得到修復
下一篇:vscode中的R-保存檔案命令
