![]()
Co-Founder of FMFunctions.com
HTML_Parser_GetTagContents_AtCurrentLevel ( ) Similar to the HTML_Parser_GetTagContents function which retrieves contents of a particular occurrence of an html tag but instead takes into account the top most instances of the tags only.
Posted 5 December 2010 Rating 0.0 0 Comments
HTML_Parser_FindOpeningTagPosition_AtCurrentLevel ( ) Retrieves the requested occurrence of the top most set of tag's (see example).
Posted 5 December 2010 Rating 0.0 0 Comments
HTML_Parser_GetTagContents ( ) Retrieves contents of a particular occurrence of an html tag.
Posted 2 December 2010 Rating 0.0 0 Comments
HTML_Parser_FindClosingTagPosition ( ) Given a starting position (being a position immediately following a start html tag), this function finds the position of the corresponding end html tag.
Posted 2 December 2010 Rating 0.0 0 Comments
convert.intToRoman ( ) Non recursive function that converts numbers to roman numerals.
Posted 4 May 2009 Rating 0.0 3 Comments