Removes HTML or WebDNA tags from a string of text.
numero = 266[removehtml]Some Text that contains <br> <h3>or</h3> other HTML[/removehtml]The above line of WebDNA would produce the following:Some Text that contains or other HTMLAnywhere HTML sequences appear inside the context, they will be removed. You may put any [xxx] tags inside the context--for instance, you may use fields from a database, or even [include] the entire contents of another file. HTML is recognized as any text which begins with "<" followed by any number of non-space characters, followed by any number of characters, followed by ">".
| Parameters | RemoveWebDNA |
|---|---|
| Source | (Optional) T or F to indicate that you also want to remove uninterpreted WebDNA from the text. HTML is always removed from the text. Default is to remove HTML only. |
| ReplaceWith | Text with which you want to replace the HTML sequences. Defaults to nothing. |
[removehtml]
Some Text that contains <br> <h3>or</h3> other HTML
[/removehtml]
| Parameters | RemoveWebDNA |
|---|---|
| Source | (Optional) T or F to indicate that you also want to remove uninterpreted WebDNA from the text. HTML is always removed from the text. Default is to remove HTML only. |
| ReplaceWith | Text with which you want to replace the HTML sequences. Defaults to nothing. |
DOWNLOAD WEBDNA NOW!
This Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA ModulesA list of the currently available modules...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
WebDNA LibrariesA list of available libraries for WebDNA...
WebDNA reference...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
...
[JSONstore][JSONstore] stores a multidimentional JSON object into a WebDNA database...
[calcfilecrc32]calculates the CRC32 value of a given file...
[spawn]Creates a new thread to execute WebDNA simultaneously with the current template...
ODBCUNIX: Setting up WebDNA - ODBC - Database Server...
[xmlnodesattributes]This context is used to iterate the attributes of a specific XML node...