You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
2.1 KiB
Plaintext
67 lines
2.1 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{8481E892-DE37-4CCF-86AA-E4770DE90643}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Contains String",
|
|
"category": "String",
|
|
"tooltip": "Checks if a string contains an instance of a specified string, if true, it returns the index to the first instance matched."
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "DataInput_Source_0",
|
|
"details": {
|
|
"name": "Source"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Pattern_1",
|
|
"details": {
|
|
"name": "Pattern"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Search From End_2",
|
|
"details": {
|
|
"name": "Search From End"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Case Sensitive_3",
|
|
"details": {
|
|
"name": "Case Sensitive"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Index_0",
|
|
"details": {
|
|
"name": "Index"
|
|
}
|
|
},
|
|
{
|
|
"base": "Input_In_0",
|
|
"details": {
|
|
"name": "In",
|
|
"tooltip": "Input signal"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_True_0",
|
|
"details": {
|
|
"name": "True",
|
|
"tooltip": "The string contains the provided pattern."
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_False_1",
|
|
"details": {
|
|
"name": "False",
|
|
"tooltip": "The string did not contain the provided pattern."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |