<formats id="DWMenu_ServerFormatDef_PHPMySQL">
	<separator />
	
	<menu name = "AlphaCase" id="DWMenu_ServerFormatDef_PHPMySQL_ALPHACASE">
		<format	file="AlphaCase"	title = "AlphaCase - 小寫"	expression="&lt;\?\s*php\s*echo\s*strtolower\([^\r\n]*\);?\s*\?&gt;" func="strtolower"	id="DWMenu_ServerFormatDef_PHPMySQL_CASELOWER"/>
		<format	file="AlphaCase"	title = "AlphaCase - 大寫"	expression="&lt;\?\s*php\s*echo\s*strtoupper\([^\r\n]*\);?\s*\?&gt;" func="strtoupper"	id="DWMenu_ServerFormatDef_PHPMySQL_CASEUPPER"/>
		<format	file="AlphaCase"	title = "AlphaCase - 第一個字母大寫"	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 - 大寫"	expression="&lt;\?\s*php\s*echo\s*ucwords\([^\r\n]*\);?\s*\?&gt;" func="ucwords"	id="DWMenu_ServerFormatDef_PHPMySQL_CAPITALIZE"/>
	</menu>
	<menu name = "修剪" id="DWMenu_ServerFormatDef_PHPMySQL_TRIM">
		<format	file="修剪"			title = "修剪 - 左方"	expression="&lt;\?\s*php\s*echo\s*ltrim\([^\r\n]*\);?\s*\?&gt;"	func="ltrim"	id="DWMenu_ServerFormatDef_PHPMySQL_TRIMLEFT"/>
			
		<format	file="修剪"			title = "修剪 - 右方" expression="&lt;\?\s*php\s*echo\s*chop\([^\r\n]*\);?\s*\?&gt;"	func="chop" id="DWMenu_ServerFormatDef_PHPMySQL_TRIMRIGHT"/>
		<format	file="修剪"			title = "修剪 - 兩方"	expression="&lt;\?\s*php\s*echo\s*trim\([^\r\n]*\);?\s*\?&gt;" 	func="trim"	id="DWMenu_ServerFormatDef_PHPMySQL_TRIMBOTH"/>
	</menu>
	<separator />
	<format	file="簡單"			title = "編碼 - HTML 編碼"	expression="&lt;\?\s*php\s*echo\s*htmlentities\([^\r\n]*\);?\s*\?&gt;" 	func="htmlentities"	id="DWMenu_ServerFormatDef_PHPMySQL_URLENCODE"/>
	<format	file="簡單"			title = "編碼 - URL 編碼"	expression="&lt;\?\s*php\s*echo\s*urlencode\([^\r\n]*\);?\s*\?&gt;" 	func="urlencode"	id="DWMenu_ServerFormatDef_PHPMySQL_URLENCODE"/>
	<format	file="簡單"			title = "編碼 - 原始 URL 編碼"	expression="&lt;\?\s*php\s*echo\s*rawurlencode\([^\r\n]*\);?\s*\?&gt;" 	func="rawurlencode"	id="DWMenu_ServerFormatDef_PHPMySQL_RAWURLENCODE"/>
	<format	file="簡單"			title = "編碼 - URL 解碼"	expression="&lt;\?\s*php\s*echo\s*urldecode\([^\r\n]*\);?\s*\?&gt;" 	func="urldecode"	id="DWMenu_ServerFormatDef_PHPMySQL_URLDECODE"/>
	<format	file="簡單"			title = "編碼 - 原始 URL 解碼"	expression="&lt;\?\s*php\s*echo\s*rawurldecode\([^\r\n]*\);?\s*\?&gt;" 	func="rawurldecode"	id="DWMenu_ServerFormatDef_PHPMySQL_RAWURLDECODE"/>
</formats>
