Difference between revisions of "Regexp"

From Apache OpenOffice Wiki
Jump to: navigation, search
(module regexp)
 
m
 
Line 1: Line 1:
Module '''regexp''' contains regular expression matching, some older ''glibc'' code enhanced with ''Unicode'' support and casefolding from module [[I18nutil | i18nutil]] and uses the [http://api.openoffice.org/docs/common/ref/com/sun/star/i18n/Transliteration.html com.sun.star.i18n.Transliteration] service. Completely modularized to meet the ''LGPL'' requirements. It is used by [[I18npool | i18npool's]] implementation of the [http://api.openoffice.org/docs/common/ref/com/sun/star/util/TextSearch.html com.sun.star.util.TextSearch] service. Please do not use directly in other code, use the service instead.
+
Module '''regexp''' contains regular expression matching, some older ''glibc'' code enhanced with ''Unicode'' support and casefolding from module [[I18nutil | i18nutil]] and uses the <idls>com.sun.star.i18n.Transliteration</idls> service. Completely modularized to meet the ''LGPL'' requirements. It is used by [[I18npool | i18npool's]] implementation of the <idls>com.sun.star.util.TextSearch</idls> service. Please do not use directly in other code, use the service instead.
  
 
On a long-term objective this should be replaced with functionality from the [[ICU]] regexp engine.
 
On a long-term objective this should be replaced with functionality from the [[ICU]] regexp engine.
  
 
[[Category:Source_directories]]
 
[[Category:Source_directories]]

Latest revision as of 10:33, 27 August 2021

Module regexp contains regular expression matching, some older glibc code enhanced with Unicode support and casefolding from module i18nutil and uses the Transliteration service. Completely modularized to meet the LGPL requirements. It is used by i18npool's implementation of the TextSearch service. Please do not use directly in other code, use the service instead.

On a long-term objective this should be replaced with functionality from the ICU regexp engine.

Personal tools