Index: openacs-4/packages/q-forms/tcl/form-helper-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/q-forms/tcl/form-helper-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/q-forms/tcl/form-helper-procs.tcl 29 Mar 2018 15:03:01 -0000 1.6 +++ openacs-4/packages/q-forms/tcl/form-helper-procs.tcl 5 Apr 2018 14:44:09 -0000 1.7 @@ -620,7 +620,7 @@ end_tag page } { - Returns content (as a list) of all occurances of an html/xml or other bracketing tag that is somewhat uniquely identified within a page fragment or string. + Returns content (as a list) of all occurrences of an html/xml or other bracketing tag that is somewhat uniquely identified within a page fragment or string. helps pan out the golden nuggets of data from the waste text when given some garbage with input for example } { set start_index 0 @@ -647,7 +647,7 @@ page } { Returns everything but the content between start_tag and end_tag (as a list) - of all occurances on either side of an html/xml or other bracketing tag + of all occurrences on either side of an html/xml or other bracketing tag that is somewhat uniquely identified within a page fragment or string. This is handy to remove script tags and < ! - - web comments - - > etc helps pan out the golden nuggets of data from the waste text when given some garbage with input for example