We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdcaaf commit 01cd304Copy full SHA for 01cd304
package.json
@@ -15,11 +15,11 @@
15
},
16
"license": "MIT",
17
"dependencies": {
18
- "@abaplint/cli": "^2.113.222",
+ "@abaplint/cli": "^2.113.232",
19
"@abaplint/database-pg": "^2.11.78",
20
"@abaplint/database-sqlite": "^2.11.78",
21
- "@abaplint/runtime": "^2.12.1",
22
- "@abaplint/transpiler-cli": "^2.12.1",
+ "@abaplint/runtime": "^2.12.3",
+ "@abaplint/transpiler-cli": "^2.12.3",
23
"0x": "^6.0.0"
24
}
25
src/abap/regex/cl_abap_regex.clas.abap
@@ -21,6 +21,7 @@ CLASS cl_abap_regex DEFINITION PUBLIC.
IMPORTING
pattern TYPE clike
ignore_case TYPE abap_bool DEFAULT abap_false
+ extended TYPE abap_bool DEFAULT abap_false
RETURNING
26
VALUE(regex) TYPE REF TO cl_abap_regex.
27
0 commit comments