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

8
LINES

< > BotCompany Repo | #1027481 // test_regexpQuote_useBackslashes

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

Libraryless. Click here for Pure Java version (2289L/15K).

svoid test_regexpQuote_useBackslashes() {
  testFunctionValues regexpQuote_useBackslashes(
    "abc", "abc",
    "[]", "\\[]",
    "()", "\\(\\)",
    "()x", "\\(\\)x",
  );
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027481
Snippet name: test_regexpQuote_useBackslashes
Eternal ID of this version: #1027481/1
Text MD5: c8468159725f0aee5cd9f9a746300c4e
Transpilation MD5: 833b202b450c64de6547e5d8bebe7870
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-22 14:32:22
Source code size: 182 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 91 / 151
Referenced in: [show references]