Skip to main content

##stripq

Takes a single argument and returns that argument with quotes removed.

Description

This macro preprocessor function takes a single argument and returns that argument with quotes removed. It is the inverse of the ##quote macro function.

##stripq(value)

where value is a literal or variable from which enclosing quotes, if present, are stripped.

FeedbackOpens in a new tab