Class ReplaceMatches

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    ReplaceMatchesEvaluator

    public class ReplaceMatches
    extends TernaryExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The ReplaceMatches operator matches the given string using the regular expression pattern, replacing each match with the given substitution. The substitution string may refer to identified match groups in the regular expression. Regular expressions should function consistently, regardless of any culture- and locale-specific settings in the environment, should be case-sensitive, use single line mode and allow Unicode characters. If any argument is null, the result is null. Platforms will typically use native regular expression implementations. These are typically fairly similar, but there will always be small differences. As such, CQL does not prescribe a particular dialect, but recommends the use of the [PCRE](http://www.pcre.org) dialect.

    Java class for ReplaceMatches complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ReplaceMatches">
       <complexContent>
         <extension base="{urn:hl7-org:elm:r1}TernaryExpression">
         </extension>
       </complexContent>
     </complexType>