Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1033071 // test_containsRegExpSpecialChars

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4113L/23K).

svoid test_containsRegExpSpecialChars() {
  testFunctionValues containsRegExpSpecialChars(
    "abc", false,
    "a[bc]d", true,
    "a+", true
  );
}

Author comment

Began life as a copy of #1033070

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033071
Snippet name: test_containsRegExpSpecialChars
Eternal ID of this version: #1033071/1
Text MD5: 4435137506771b34bf5d4c11c1a2b0ae
Transpilation MD5: bced2626b985c6fd6ef0c40d33b86176
Author: stefan
Category: javax / regexp
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-13 16:18:25
Source code size: 156 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 70 / 120
Referenced in: [show references]