[K/N and WASM] Implement named capturing group in Regexes #KT-41890
This commit is contained in:
committed by
Space
parent
c3f5d03b36
commit
9c4c1ed557
@@ -30,6 +30,6 @@ public actual val isFloat32RangeEnforced: Boolean get() = true
|
||||
|
||||
public actual val supportsSuppressedExceptions: Boolean get() = true
|
||||
|
||||
public actual val supportsNamedCapturingGroup: Boolean get() = false
|
||||
public actual val supportsNamedCapturingGroup: Boolean get() = true
|
||||
|
||||
public actual val regexSplitUnicodeCodePointHandling: Boolean get() = true
|
||||
Reference in New Issue
Block a user