<formats id="DWMenu_ServerFormatDef_PHPMySQL">
	<separator />
	
	<menu name = "AlphaCase" id="DWMenu_ServerFormatDef_PHPMySQL_ALPHACASE">

		<format	file="AlphaCase"	title="AlphaCase - Lower"	expression="&lt;\?\s*php\s*echo\s*strtolower\([^\r\n]*\);?\s*\?&gt;" func="strtolower"	id="DWMenu_ServerFormatDef_PHPMySQL_CASELOWER"/>

		<format	file="AlphaCase"	title="AlphaCase - Upper"	expression="&lt;\?\s*php\s*echo\s*strtoupper\([^\r\n]*\);?\s*\?&gt;" func="strtoupper"	id="DWMenu_ServerFormatDef_PHPMySQL_CASEUPPER"/>

		<format	file="AlphaCase"	title="AlphaCase - First Letter Upper"	expression="&lt;\?\s*php\s*echo\s*ucfirst\([^\r\n]*\);?\s*\?&gt;" func="ucfirst"	id="DWMenu_ServerFormatDef_PHPMySQL_FIRST_LETTER_UPPER"/>

		<format	file="AlphaCase"	title="AlphaCase - Capitalize"	expression="&lt;\?\s*php\s*echo\s*ucwords\([^\r\n]*\);?\s*\?&gt;" func="ucwords"	id="DWMenu_ServerFormatDef_PHPMySQL_CAPITALIZE"/>

	</menu>


	<menu name = "Trim" id="DWMenu_ServerFormatDef_PHPMySQL_TRIM">

		<format	file="Trim"			title="Trim - Left"	expression="&lt;\?\s*php\s*echo\s*ltrim\([^\r\n]*\);?\s*\?&gt;"	func="ltrim"	id="DWMenu_ServerFormatDef_PHPMySQL_TRIMLEFT"/>
			
		<format	file="Trim"			title="Trim - Right" expression="&lt;\?\s*php\s*echo\s*chop\([^\r\n]*\);?\s*\?&gt;"	func="chop" id="DWMenu_ServerFormatDef_PHPMySQL_TRIMRIGHT"/>

		<format	file="Trim"			title="Trim - Both"	expression="&lt;\?\s*php\s*echo\s*trim\([^\r\n]*\);?\s*\?&gt;" 	func="trim"	id="DWMenu_ServerFormatDef_PHPMySQL_TRIMBOTH"/>

	</menu>

  <menu name = "Convert" id="DWMenu_ServerFormatDef_PHPMySQL_CONVERT">

    <format	file="Convert"	title="Convert - New Lines to BRs"	expression="&lt;\?\s*php\s*echo\s*nl2br\([^\r\n]*\);?\s*\?&gt;" func="nl2br"	id="DWMenu_ServerFormatDef_PHPMySQL_NL2BR"/>
  </menu>

  <separator />

	<format	file="Simple"			title="Encode - HTML Encode"	expression="&lt;\?\s*php\s*echo\s*htmlentities\([^\r\n]*\);?\s*\?&gt;" 	func="htmlentities"	id="DWMenu_ServerFormatDef_PHPMySQL_URLENCODE"/>

	<format	file="Simple"			title="Encode - URL Encode"	expression="&lt;\?\s*php\s*echo\s*urlencode\([^\r\n]*\);?\s*\?&gt;" 	func="urlencode"	id="DWMenu_ServerFormatDef_PHPMySQL_URLENCODE"/>

	<format	file="Simple"			title="Encode - Raw URL Encode"	expression="&lt;\?\s*php\s*echo\s*rawurlencode\([^\r\n]*\);?\s*\?&gt;" 	func="rawurlencode"	id="DWMenu_ServerFormatDef_PHPMySQL_RAWURLENCODE"/>

	<format	file="Simple"			title="Encode - URL Decode"	expression="&lt;\?\s*php\s*echo\s*urldecode\([^\r\n]*\);?\s*\?&gt;" 	func="urldecode"	id="DWMenu_ServerFormatDef_PHPMySQL_URLDECODE"/>

	<format	file="Simple"			title="Encode - Raw URL Decode"	expression="&lt;\?\s*php\s*echo\s*rawurldecode\([^\r\n]*\);?\s*\?&gt;" 	func="rawurldecode"	id="DWMenu_ServerFormatDef_PHPMySQL_RAWURLDECODE"/>

</formats>
