Coldfusion Array Min function returns the smallest number from the array. If the array parameter value is an empty array then it returns zero. SyntexarrayMin(array…
Description:- This function swaps the array values of an array at specified positions. This function is more efficient than multiple <cfset> tags. arraySwap( array, position1, position2 );…
Coldfusion Array Max function returns the largest number from the array. If the array parameter value is an empty array then it returns zero. SyntexarrayMax(array…
$1, $2 refers the capturing groups. $1 means first capturing group$2 means first capturing group…. etc.These are mainly used for replacement. Lets see an exampleWe…
The ::before and ::after pseudo-elements in CSS allows you to insert content on a page or section without having a HTML structure. The html structure will looks like this:…