public class RegexMatcherFunction extends Object implements org.mule.api.el.ExpressionLanguageFunction
MEL function for RegexMatcher
<script:script name="mockPayload" engine="groovy"><![CDATA[
return new String("anotherString");
]]>
</script:script>
<mock:verify-call messageProcessor="jira:create-group" atLeast="1">
<mock:attributes>
<mock:attribute name="userName" whereValue-ref='#[matchesRegex('any.*')]'/>
</mock:attributes>
</mock:verify-call>
| Constructor and Description |
|---|
RegexMatcherFunction() |
Copyright © 2017. All rights reserved.