Libraryless. Click here for Pure Java version (4113L/23K).
1 | svoid test_containsRegExpSpecialChars() {
|
2 | testFunctionValues containsRegExpSpecialChars( |
3 | "abc", false, |
4 | "a[bc]d", true, |
5 | "a+", true |
6 | ); |
7 | } |
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: | 392 / 499 |
| Referenced in: | [show references] |