Im trying to make this regex ^(?!\-\-\sRoaming) to match with -- Roaming but it doesnt. Am I matching correcly the white space between -- and Roaming ?
Thanks you
|
Im trying to make this regex Thanks you |
|||
|
|
|
Try this, which won't match if
|
|||||||
|
|
The space is correct. But why wouldnt |
|||||||
|
|
Yes you are correctly matching that portion of the Regex. I am a little hazy on Regex but what does the ?! mean? I tried the \-\-\sRoaming part in http://regexpal.com/ and it was working correctly. |
|||||||||||
|