<?xml version="1.0" encoding="UTF-8"?><policy>
	<rule>
		<description>Input or Output Transformation - Reformat Telephone Number from (nnn) nnn-nnnn to nnn-nnn-nnnn</description>
		<conditions>
			<or/>
		</conditions>
		<actions>
			<do-reformat-op-attr name="phone">
				<arg-value>
					<token-replace-first regex="^\((\d\d\d)\)\s*(\d\d\d)-(\d\d\d\d)$" replace-with="$1-$2-$3">
						<token-local-variable name="current-value"/>
					</token-replace-first>
				</arg-value>
			</do-reformat-op-attr>
		</actions>
	</rule>
</policy>

