Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
FlexiCapture のエラーメッセージ内の HTML エンティティコードを読みやすい Unicode 文字として表示できるように、共有の unescapeHTML 関数を Pega ライブラリに追加します。
//エンティティエスケープを含む文字列を、エスケープに対応する実際のUnicode文字を含む文字列にアンエスケープします。 //HTML 4.0エンティティをサポートします。 return StringEscapeUtils.unescapeHtml4(htmlString);
このページは役に立ちましたか?