Tutorial by Topics: expressions

This document introduces the basics of regular expressions as used in R. For more information about R's regular expression syntax, see ?regex. For a comprehensive list of regular expression operators, see this ICU guide on regular expressions.
InlineDescription$numberSubstitutes the substring matched by group number.${name}Substitutes the substring matched by a named group name.$$Escaped '$' character in the result (replacement) string.$& ($0)Replaces with the whole matched string.$+ ($&)Substitutes the matched text to the last...
When you create searches with Suitescript, you could provide as "filters" either array of Filter objects, or filter expression. The second option is more readable and gives you very flexible option to provide nested expressions (up to 3 levels) using not only the default "AND", b...

Page 3 of 3