Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

“Ignore Case” not working in Parse Normalize rule

SA-228

Summary



The “Ignore Case” option is not working in Parse Normalize rule in Java 1.6.

Below is the extracted code generated by parse normalize rule: (equals ignore case is checked.) We are trying to replace “Revaluation” with “"~CAT5~”:

sOutput.replaceAll("(?u)\\bRevaluation\\b", "~CAT5~");

This works fine in 5.4 PRPC with Java 1.5 but is not working in 5.4 PRPC with Java 1.6.

Error Messages



None. Results are incorrect.


Steps to Reproduce



Run a parse normalize in Java 1.6 with ignores case.


Root Cause



The root cause of this problem is a change in the Java 1.6 behavior of the String class replaceAll method options. PRPC code needed to be updated to change the options used.



Resolution



This issue is resolved by hotfix item Hfix-9644.

Published March 10, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us