File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,3 +49,10 @@ \section{Standard Module \sectcode{regsub}}
4949word delimiters. Capitalization is done by changing the first
5050character of each word to upper case.
5151\end {funcdesc }
52+
53+ \begin {funcdesc }{clear_cache}{}
54+ The regsub module maintains a cache of compiled regular expressions,
55+ keyed on the regular expression string and the syntax of the regex
56+ module at the time the expression was compiled. This function clears
57+ that cache.
58+ \end {funcdesc }
Original file line number Diff line number Diff line change @@ -49,3 +49,10 @@ \section{Standard Module \sectcode{regsub}}
4949word delimiters. Capitalization is done by changing the first
5050character of each word to upper case.
5151\end {funcdesc }
52+
53+ \begin {funcdesc }{clear_cache}{}
54+ The regsub module maintains a cache of compiled regular expressions,
55+ keyed on the regular expression string and the syntax of the regex
56+ module at the time the expression was compiled. This function clears
57+ that cache.
58+ \end {funcdesc }
You can’t perform that action at this time.
0 commit comments