Snippets

Karolis Jocevičius Regex Snippets

Created by Karolis Jocevičius
1
2
3
4
5
6
7
8
9
# Java block Comments
```
\/\*([\S\s]+?)\*\/
```

# Java inline comments
```
(?s)/\*.*?\*/
```

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.