Skip to content
星期六, 8月 13, 2022

CWAPI

– Charlie.Wang's API site

Call Support: 00619800000000
Email Support: info@yourdoamin.com
Location: Sydney New South Wales
  • Delphi
    • 代码片段
    • Delphi Tips
    • CWMFoundation
    • DevExpress
  • SQL Server
    • MSSQL Tips
  • WinOS
    • Win Tips
  • CW OpenSource
    • Git for Delphi CWAPI
  • Home
  • StringReplace

标签:StringReplace

Delphi StringReplace – 替换字符函数

2015年2月3日2017年1月6日 Charlie Wang

Delphi中的StringReplace函数是SysUtils单元中自带的函数,该函数可以替换字符串中的指定字符。 function StringReplace (const S, OldPattern, NewPattern: string; Flags: TReplaceFlags): string; // rfReplaceAll:全部替换 // rfIgnoreCase:忽略大小写 // For Example: var aStr: String; begin aStr := 'This is a book, not a pen!'; Read More…

Tagged StringReplace

分类目录

  • Delphi (17)
    • CWMFoundation (4)
    • Delphi Tips (9)
    • DevExpress (4)
  • SQL Server (7)
    • MSSQL Tips (7)
  • WinOS (1)
    • Win Tips (1)

近期文章

  • Delphi MessageBox
  • Delphi 遍历控件 遍历组件
  • SQL Server 日期时间格式转换
  • 局域网Ping通Win7
  • Delphi StringReplace – 替换字符函数
  • Delphi Create(nil), Create(self), Create(Application)的区别
  • SQL Server Rand函数 (随机数)
  • SQL Server CheckSum函数 (校验和值)
  • SQL Server NewID函数 (生成GUID)
  • 特定条件下,同步两个SQL Server数据库数据
  • SQL Server Replace函数
  • SQL Server IsNull 去除NULL函数
  • Delphi 截屏控件
  • Delphi 发送邮件 通过Office Outlook
  • Delphi TreeView – 自动给标题上加图片
  • Delphi TreeView – 自动展开树形结构
  • cxGrid 显示行号及行号列列名
  • Delphi FindComponent – 查找(定位)组件
  • CWMFoundation – Algorithm
  • CWMFoundation – Keyboard

日历

2022年8月
一 二 三 四 五 六 日
« 3月    
1234567
891011121314
15161718192021
22232425262728
293031  
Copyright 2021 All rights reserved. | CWApi.com | 沪ICP备14047744号-7
  • Home