The squote() function extracts a single-quoted string from str.exp.
squote(str.exp)
str.exp | String to be searched for in single quotation marks. |
The squote() function returns the first substring found that is surrounded by single quotation marks. If no substring is found matching this criteria, then a null string is returned.