toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.util.fileselector.mappers
/
RegexpMapper
Regexp
Mapper
open
class
RegexpMapper
(
val
from
:
String
,
val
to
:
String
,
val
caseSensitive
:
Boolean
=
true
)
:
Mapper
(
source
)
Inheritors
PackageMapper
UnpackageMapper
Members
Constructors
Regexp
Mapper
Link copied to clipboard
constructor
(
from
:
String
,
to
:
String
,
caseSensitive
:
Boolean
=
true
)
Properties
case
Sensitive
Link copied to clipboard
val
caseSensitive
:
Boolean
=
true
from
Link copied to clipboard
val
from
:
String
to
Link copied to clipboard
val
to
:
String
Functions
selects
Link copied to clipboard
open
override
fun
selects
(
targetPaths
:
List
<
String
>
)
:
List
<
String
>