Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Extract Arabic words using regexp

edited Mar 17, 2019 12:35PM in Reporting and Analytics for ERP 2 comments

Summary

I want to extract arabic words from a text.

Content

SELECT 
'<pre class="tw-data-text tw-ta tw-text-medium" data-placeholder="Translation" id="tw-target-text" data-fulltext="" dir="rtl" style="text-align: left; unicode-bidi: isolate; background-color: rgb(255, 255, 255); border: none; padding: 0px 0.14em 0px 0px; position: relative; margin-top: 0px; margin-bottom: 0px; resize: none; font-family: inherit; overflow: hidden; width: 255px; white-space: pre-wrap; overflow-wrap: break-word; color: rgb(33, 33, 33); height: 36px; font-size: 25px !important; line-height: 36px !important;"><span tabindex="0" lang="ar">بطارية ريناتا</span></pre>'
FROM DUAL
 
We need to extract only 'بطارية ريناتا' arabic words from this using regexp. How do we achieve it? Is there any other way to extract it.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!