<%@ 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 levelexam: Level ISAT | Level IIPSAT | Level IIIACT

Term of the Day: click here

Note: You may see questions below with more than 4 answer choices. Our software allows you to choose between seeing "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/()/ /gmi s/<(table)/<$1 class=\"applet_table\"/gmi s/<(td)/<$1 class=\"applet_td\"/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 --%> <%-- --%>