[Overview][Procedures and functions][Index] Reference for unit 'StrUtils' (#rtl)

Reference for unit 'StrUtils': Procedures and functions

AnsiContainsStr

  

Checks whether a string contains a given substring

AnsiContainsText

  

Check whether a string contains a certain substring, ignoring case.

AnsiEndsStr

  

Check whether a string ends with a certain substring

AnsiEndsText

  

Check whether a string ends with a certain substring, ignoring case.

AnsiIndexStr

  

Searches, observing case, for a string in an array of strings.

AnsiIndexText

  

Searches, case insensitive, for a string in an array of strings.

AnsiMatchStr

  

Check whether a string occurs in an array of strings, observing case.

AnsiMatchText

  

Check whether a string occurs in an array of strings, disregarding case.

AnsiReplaceStr

  

Search and replace all occurrences of a string, case sensitive.

AnsiReplaceText

  

Search and replace all occurrences of a string, case insensitive.

AnsiResemblesText

  

Check whether 2 strings resemble each other.

AnsiStartsStr

  

Check whether a string starts with a given substring, observing case

AnsiStartsText

  

Check whether a string starts with a given substring, ignoring case

ContainsText

  

Check whether one text contains another (case insensitive)

EndsStr

  

Check whether one string ends with another

EndsText

  

Check whether one text ends with another

IndexStr

  

Searches, observing case, for a string in an array of strings.

IndexText

  

Index of text in a list of values

MatchStr

  

Check whether a string occurs in an array of strings, observing case.

MatchText

  

Check if a string is in a list of values

ResemblesText

  

Check whether 2 strings resemble each other

StartsStr

  

Check whether one string starts with another

StartsText

  

Check whether one text starts with another