pstring_contains
Description:
[
Version ( since =
"3.22" ) ]
public bool pstring_contains (
string? string)
Returns whether the string
exists in the string pool.
The null and empty strings are special cased to constant values.
Parameters:
string |
string to look up in the string pool
|
Returns:
Whether the string exists in the string pool
|