bool
parse_noexpand (ref string
val)
bool
parse_noexpand (ref string
val)
Check if the value starts with the noexpand operator. If it does, remove the operator from the value and return true. Otherwise, return false.
Check for the negation operator before calling this function.
val | value to check |