opazzo
Board Regular
- Joined
- Dec 21, 2005
- Messages
- 69
- Office Version
- 365
- Platform
- Windows
Hi All,
Could you help me with the following Regexp problem :
I would like a regex findig this :
JV or /JV or JV/ or /JV/ or JV( or (JV or )JV or JV)
But not GJV / JVA/ JVG
I tried that :
\W?[^0-9A-Z_]?JV[^0-9A-Z_]\W?
But I Must be wrong as it keeps find GJV
Any ideas ?
Could you help me with the following Regexp problem :
I would like a regex findig this :
JV or /JV or JV/ or /JV/ or JV( or (JV or )JV or JV)
But not GJV / JVA/ JVG
I tried that :
\W?[^0-9A-Z_]?JV[^0-9A-Z_]\W?
But I Must be wrong as it keeps find GJV
Any ideas ?