Member predicate ConstantValue::isStringlikeValue
Holds if this is:
- the string value
s
, - the symbol value
:s
, or - the regexp value
/s/
.
predicate isStringlikeValue(string s)
Holds if this is:
s
,:s
, or/s/
.predicate isStringlikeValue(string s)