Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SearchExpression.outerText

public stringView outerText;

Description

This is the outer text of the expression. This means the full text with any special delimiters. Ex: the expression [1, 2, 3] which is a set expression would have an outerText of [1,2,3].