character-class Questions

1

Solved

Say I want to match a "word" character (\w), but exclude "_", or match a whitespace character (\s), but exclude "\t". How can I do this?
Diskson asked 23/8, 2010 at 15:17

3

Solved

Which regular expression engine does Java uses? In a tool like RegexBuddy if I use [a-z&&[^bc]] that expression in Java is good but in RegexBuddy it has not been understood. In fact it...
Eblis asked 8/7, 2010 at 8:8

© 2022 - 2024 — McMap. All rights reserved.