<%@ page language="java" %> <%@ taglib uri="/WEB-INF/tlds/app.tld" prefix="app" %> <%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tlds/regexp.tld" prefix="rx" %> <%@ taglib uri="/WEB-INF/tlds/datetime.tld" prefix="dt" %>
CFA Exam Question of the Day

Choose your candidate level: Level I | Level II | Level III

Searchable Glossary | Term of the Day

Note: You may see questions below with more than 4 answer choices. Our TestBank Software allows you to choose to see "only 4" or "all" available answer choices. ">


Vignette


Question:

 
" value="<%=k.toString() %>" /> "/>)

<%-- FMC 5-14-04 style table tags This is the trick for performing multiple regular expressions on a single piece of text: --%> <%-- 1. declare your regex's --%> s/
< *\/td *>/ <\/td>/gmi <%-- replaces empty table cells with nonbreaking space, so that border shows up. --%> s/()/ /gmi s/<(table)/<$1 class=\"applet_table\"/gmi s/<(td)/<$1 class=\"applet_td\"/gmi s/<(th)/<$1 class=\"applet_table_heading\"/gmi s/<(li)/<$1 class=\"applet_text\"/gmi s/"\/>/\/lcms\/images\/equations\/">/gmi <%-- 2. next each regex substitution in a new text object --%> <%-- 3. print out the final text object --%>