Regular Expression Source Property
The Regular Expression Source property is a read-only property that stores the regular expression that Siebel CRM uses to find matches in a string, not including the attributes.
Format
regexp.source
The following example uses the Regular Expression Source property:
var pat = /t.o/g;
// Then pat.source == "t.o"