You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the portion of a string which matches a supplied regular expression.
3
+
4
+
<p><h4>Syntax</h4>
5
+
regexp_substr(<i>string,regex</i>)</p>
6
+
7
+
<p><h4>Arguments</h4>
8
+
<!-- List args for functions here-->
9
+
<i> string</i> → is string. The input string.<br>
10
+
<i> regex</i> → is string. The regular expression to match against. Backslash characters must be double escaped (eg "\\s" to match a white space character).<br>
0 commit comments