Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Regex to extract text from html document
Summary:
I need a regular expression to extract words from a html document (or any document which comprises of tags).
Content (required):
For example, given the following html:
<p><span style="font-family:'Courier New', Courier, Monaco, monospace;font-size:11px;"><strong>Comments Arabic</strong></span></p>
I need to extract: Comments Arabi
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0