You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pattern regex = Pattern.compile('\{!([^}]*)\}');
Matcher regexMatcher = regex.matcher(emailTemplate);
I didn't get the above code in repalce method of TemplateResolver.cls in offerLetterSPA.cmp
what is the emailtemplate pattern, give one example
The text was updated successfully, but these errors were encountered:
Pattern regex = Pattern.compile('\{!([^}]*)\}');
Matcher regexMatcher = regex.matcher(emailTemplate);
I didn't get the above code in repalce method of TemplateResolver.cls in offerLetterSPA.cmp
what is the emailtemplate pattern, give one example
The text was updated successfully, but these errors were encountered: