In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article is about how to use Oracle regular expressions. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
There are four main functions that support regular expressions in oracle regular expression ORACLE:
1REGEXPlayLIKE: the function is similar to LIKE.
2REGEXPlotINSTR: similar to the function of INSTR
3The function of SUBSTR is similar to that of REGEXPSTR.
4REGEXPLACE replace: similar to the function of REPLACE
They are the same in usage as the Oracle SQL functions LIKE, INSTR, SUBSTR and REPLACE
But they use POSIX regular expressions instead of the old percent sign (%) and wildcard (_) characters.
POSIX regular expressions consist of standard metacharacters (metacharacters):
'^' matches the start of the input string, used in square brackets expressions, which indicates that the character collection is not accepted.
The'$'matches the end of the input string. If the Multiline property of the RegExp object is set, $also matches
Match'\ n'or'\ r'.
'.' Matches any single character except the newline character.
'?' Matches the previous subexpression zero or once.
The'+ 'matches the previous subexpression one or more times.
'*' matches the previous subexpression zero or more times.
'|' indicates a choice between two items. The example'^ ([aMusz] + | [0-9] +) $'represents the combination of all lowercase letters or numbers.
String.
'()' marks the start and end position of a subexpression.
'[]' marks a bracketed expression.
'{mdirection n}' an exact range of occurrences, m =
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.