• <menu id="w2i4a"></menu>
  • logo FastReport中文文檔

    文本


    注意

    這些函數(shù)不會修改傳入的字符串值。相反,它們會返回一個修改后的新字符串;

    字符串中第一個字符的索引為 0。在使用需要字符索引的函數(shù)(如 Insert)時,請記住這一點。

    Asc

    Function Parameters Return value
    Asc char c int
    返回一個整數(shù)值,表示與字符對應(yīng)的字符代碼。

    示例

    Asc('A') = 65

    Chr

    Function Parameters Return value
    Chr int i char
    返回與指定字符代碼相關(guān)的字符。

    例如:

    Chr(65) = 'A'

    Insert

    Function Parameters Return value
    Insert string s, int startIndex, string value string
    在指定的索引位置 "startIndex "處向 "s "字符串中插入 "value "子串,并返回新字符串。

    示例

    Insert("ABC", 1, "12") = "A12BC"

    Length

    Function Parameters Return value
    Length string s int
    返回 "s "的長度。

    例如:

    Length("ABC") = 3

    LowerCase

    Function Parameters Return value
    LowerCase string s string
    將 "s "的所有字符轉(zhuǎn)換為小寫,并返回結(jié)果。

    示例

    LowerCase("ABC") = "abc"

    PadLeft

    Function Parameters Return value
    PadLeft string s, int totalWidth string
    將 "s "字符串中的字符右對齊,并在左側(cè)填充空格,總寬度由參數(shù) "totalWidth "指定。

    示例

    PadLeft("ABC", 5) = "  ABC"
    Function Parameters Return value
    PadLeft string s, int totalWidth, char paddingChar string
    將字符串 "s "中的字符向右對齊,并用左邊的 "paddingChar "字符填充,總寬度由參數(shù) "totalWidth "指定。

    示例

    PadLeft("ABC", 5, '0') = "00ABC"

    PadRight

    Function Parameters Return value
    PadRight string s, int totalWidth string
    將字符串 "s "中的字符左對齊,并在右側(cè)填充空格,總寬度由參數(shù) "totalWidth "指定。

    例如

    PadRight("ABC", 5) = "ABC  "

    Function Parameters Return value
    PadRight string s, int totalWidth, char paddingChar string
    將字符串 "s "中的字符向左對齊,并用右側(cè)的 "paddingChar "字符填充,總寬度由參數(shù) "totalWidth "指定。

    示例

    PadRight("ABC", 5, '0') = "ABC00"

    Remove

    Function Parameters Return value
    Remove string s, int startIndex string
    刪除字符串 "s "中的所有字符,從 "startIndex "位置開始,一直到最后一個位置。

    示例

    Remove("ABCD", 3) = "ABC"
    Function Parameters Return value
    Remove string s, int startIndex, int count string
    從 "s "字符串的 "startIndex "位置開始,刪除參數(shù) "count "中指定的字符數(shù)。

    示例

    Remove("A00BC", 1, 2) = "ABC"

    Replace

    Function Parameters Return value
    Replace string s, string oldValue, string newValue string
    返回用另一個子串 "newValue "替換了指定子串 "oldValue "的字符串 "s"。

    示例

    Replace("A00", "00", "BC") = "ABC"

    Substring

    Function Parameters Return value
    Substring string s, int startIndex string
    從字符串 "s "中讀取一個子字符串。子串從參數(shù) "startIndex "中指定的字符位置開始。

    示例

    Substring("ABCDEF", 4) = "EF"
    Function Parameters Return value
    Substring string s, int startIndex, int length string
    從字符串 "s "中讀取一個子字符串。子字符串從參數(shù) "startIndex "指定的字符位置開始,長度由參數(shù) "length "指定。

    示例

    Substring("ABCDEF", 1, 3) = "BCD"

    TitleCase

    Function Parameters Return value
    TitleCase string s string
    將指定字符串轉(zhuǎn)換為大小寫。

    示例

    TitleCase("john smith") = "John Smith"

    Trim

    Function Parameters Return value
    Trim string s string
    刪除 "s "字符串開頭和結(jié)尾的所有空白字符。

    例如

    Trim("  ABC  ") = "ABC"

    UpperCase

    Function Parameters Return value
    UpperCase string s string
    將 "s "的所有字符轉(zhuǎn)換為大寫字母,并返回結(jié)果。

    示例

    UpperCase("abc") = "ABC"
    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();